Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / detaching-frame.html
blob03d5a80b93f8b249d6cabad02c15a2d99d62ba0b
1 <body>
2 <p>Test that removing an IFRAME from an XMLHttpRequest finished callback does not cause a crash.</p>
3 <iframe src="resources/detached-frame.html"></iframe>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
9 </script>
10 </body>