Bug 12915
Summary: | REGRESSION: XMLHttpRequest.abort() does not stop loading | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | annevk |
Priority: | P1 | Keywords: | InRadar, Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://tc.labs.opera.com/apis/XMLHttpRequest/abort/001.htm |
Alexey Proskuryakov
To reproduce, just open the bug URL.Loading should finish quickly, but in ToT, it takes 5 seconds (which is a timeout with which XMLHttpRequest response is generated in this test).
Note: This report is _not_ about the test failing - that may actually be perfectly OK, as it also fails in Firefox.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Maciej Stachowiak
<rdar://problem/5028165>
Anders Carlsson
Committed revision 19955.
Anne van Kesteren
FYI: This testcase is passed by Opera 9.x, Firefox 2/3 and Internet Explorer 7.
Alexey Proskuryakov
Thanks Anne, the test passes in Firefox 2.0.0.1 for me, too - not sure why I was getting different results before.
I have filed bug 13141 for this.