Sign in
webkit
/
WebKit
/
2bde0edf56b50cba234b331b5ddd67eb5d2a0a71
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
location-change-frame-1.html
blob: b54701153208f2f4dfecff918cf8b3d7dcd0b980 [
file
] [
log
] [
blame
]
<p>
The frame on the right should
<i>
not
</i>
say 'hello world'.
</p>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
}
parent
.
frames
[
1
].
location
=
'location-change-frame-2.html'
</script>