repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
Window
/
window-open-self.html
blob
12e3f3e769f9cb6cb1469ec78dc6709cf5c93576
1
<script>
2
if
(
window
.
testRunner
) {
3
testRunner
.
dumpAsText
();
4
testRunner
.
waitUntilDone
();
5
}
6
window
.
open
(
"resources/destination.html"
,
"_self"
);
7
</script>
8
<p>
If you can still see this text, then the test of window.open(URL,
"_self"
) has failed.
</p>