4 <meta http-equiv=
"content-type" content=
"text/html;charset=utf-8">
5 <body onunload=
"test('xhr-ununload.html')">
6 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=10852">bug
10852</a>:
7 REGRESSION: Reproducible crash in XMLHttpRequest::abort().
8 <p>Press Cmd+R to reload (should not crash).
</p>
9 <!-- When running as an automated test, crashes when loading the next test case. -->
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
17 req
= new XMLHttpRequest();
18 req
.open('GET', url
, true);