Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / resources / onunload-form-submit-success.html
blob43857054acedd6bf7c790241595a2729f6a1464f
1 <html>
2 <head>
3 <script>
4 function continueTestAfterNavigation()
6 if (window.testRunner)
7 testRunner.notifyDone();
9 </script>
10 </head>
12 <body onload="continueTestAfterNavigation()">
13 <p>SUCCESS. If you see this page the test has successfully loaded a new page without crashing or submitting a form from an onunload handler.</p>
14 </body>
15 <html>