7 if (window
.testRunner
) {
8 testRunner
.dumpAsText();
9 testRunner
.waitUntilDone();
15 window
[0].postMessage('start', '*');
19 window
.setTimeout(finishTest
, 0);
23 if (window
.testRunner
)
24 testRunner
.notifyDone();
28 <body onload=
"maybeTest()">
29 <iframe src=
"resources/navigation-abort-detaches-frame-subframe.html"></iframe>
30 <p>XHR abort handlers fire when their associated frame is navigated. This is a test that a XHR abort handler that destroys the navigating frame doesn't crash Blink.
31 <p>This test must be run via the HTTP test server. To execute it manually, click
<button onclick=
"startTest()">here
</a>.