Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / resources / set-unloaded-frame-location-1.html
blobad356b8be8407c13213df079b4fe2bb639383b7b
1 <html>
2 <head>
3 <script>
4 function test()
6 window.parent.frame2.location = "set-unloaded-frame-location-2.html";
8 </script>
9 </head>
10 <body onload="test()">
11 <p><a href="http://bugs.webkit.org/show_bug.cgi?id=7170">bug 7170</a></p>
12 <p>This frame loads content into the adjacent frame using the syntax "window.parent.[frameName].location="</p>
13 <p>If the test passes, you will see a "PASS" message in the adjacent frame, and a "PASS" alert should appear.</p>
14 </body>
15 </html>