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
/
frames
/
resources
/
location-change-frame-1.html
blob
b54701153208f2f4dfecff918cf8b3d7dcd0b980
1
<p>
The frame on the right should
<i>
not
</i>
say 'hello world'.
</p>
2
<script>
3
if
(
window
.
testRunner
) {
4
testRunner
.
dumpAsText
();
5
testRunner
.
waitUntilDone
();
6
}
7
parent
.
frames
[
1
].
location
=
'location-change-frame-2.html'
8
</script>