Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / document-destruction-within-unload.html
blobe1a6cd8e3d03f42de4dc670baf40c474673f3752
1 <html>
2 <body>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.waitUntilDone();
9 function done() {
10 if (window.testRunner)
11 testRunner.notifyDone();
13 </script>
14 <iframe src="resources/document-destruction-within-unload-iframe.html"></iframe>
15 <p>For the test to pass there should be no crash.</p>
16 </body>
17 </html>