Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / frame-load-cancelled-abort-expected.txt
blob3c8a161e1df6e19b4f07049f44338cba735c01bd
1 Test for bug 11450 REGRESSION: XMLHttpRequest::didFinishLoading() should immediately return if the request has already been aborted
3 If a frame has an active XMLHttpRequest that is still receiving data, and that frame is destroyed
4 (or its load is otherwise stopped) the XMLHttpRequest gets an abort call then a didFinishedLoading call.
6 That didFinishedLoading() call should immediately exit and not update the object's state or do any other notifications.
8 Loading subframe to cancel
9 Ready State: 1
10 Body of subframe is loaded. XMLHttpRequest should be in progress. Nuking the iframe
11 Ready State: 4
12 Iframe unloaded
13 Iframe removed