Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / resources / location-change-frame-1.html
blobb54701153208f2f4dfecff918cf8b3d7dcd0b980
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();
7 parent.frames[1].location='location-change-frame-2.html'
8 </script>