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
/
open-existing-pop-up-blocking.html
blob
3880373edd49a0fd977f54b28585a95819097942
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
waitUntilDone
();
4
</script>
5
<iframe
src
=
"resources/open-sibling-subframe.html"
></iframe>
6
<iframe
name
=
"sibling"
src
=
"data:text/html,If you can still see this text, the test failed."
></iframe>