Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt

Issue 551973005: Streamline frame detach (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s) 1 frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
2 Test for bug 11450 REGRESSION: XMLHttpRequest::didFinishLoading() should immedia tely return if the request has already been aborted 2 Test for bug 11450 REGRESSION: XMLHttpRequest::didFinishLoading() should immedia tely return if the request has already been aborted
3 3
4 If a frame has an active XMLHttpRequest that is still receiving data, and that f rame is destroyed 4 If a frame has an active XMLHttpRequest that is still receiving data, and that f rame is destroyed
5 (or its load is otherwise stopped) the XMLHttpRequest gets an abort call then a didFinishedLoading call. 5 (or its load is otherwise stopped) the XMLHttpRequest gets an abort call then a didFinishedLoading call.
6 6
7 That didFinishedLoading() call should immediately exit and not update the object 's state or do any other notifications. 7 That didFinishedLoading() call should immediately exit and not update the object 's state or do any other notifications.
8 8
9 Loading subframe to cancel 9 Loading subframe to cancel
10 Ready State: 1 10 Ready State: 1
11 Body of subframe is loaded. XMLHttpRequest should be in progress. Nuking the ifr ame 11 Body of subframe is loaded. XMLHttpRequest should be in progress. Nuking the ifr ame
12 Iframe unloaded
12 Ready State: 4 13 Ready State: 4
13 Iframe unloaded
14 Iframe removed 14 Iframe removed
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698