Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / resources / subframe-navigate-during-main-frame-load2.html
blob03363293a06b401554d5c554adf6a29b45d697d2
1 <html>
2 <head>
3 <script>
5 function runTest()
7 window.frames["subframe"].location = 'data:text/html,<body onload="testRunner.notifyDone();"></body>';
10 </script>
11 </head>
13 <body onload="runTest();">
14 This test navigates an iframe while it's onload handler is still running.<br>
15 The iframe navigation should *not* result in a second back-history item being created for the top level navigation.<br>
16 <iframe name="subframe" src="about:blank"></iframe><br>
18 </body>
20 </html>