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

Side by Side Diff: LayoutTests/http/tests/loading/sync-xhr-priority-expected.txt

Issue 585873002: Show a warning when using sync xhr. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Document lifecycle enums used for beforeunload event tracking. 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
OLDNEW
1 main frame - didStartProvisionalLoadForFrame 1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame 2 main frame - didCommitLoadForFrame
3 http://127.0.0.1:8000/js-test-resources/js-test.js has priority Medium 3 http://127.0.0.1:8000/js-test-resources/js-test.js has priority Medium
4 CONSOLE WARNING: Synchronous XMLHttpRequest is deprecated. Please use the async version.
4 http://127.0.0.1:8000/resources/test.mp4 has priority VeryHigh 5 http://127.0.0.1:8000/resources/test.mp4 has priority VeryHigh
5 main frame - didFinishDocumentLoadForFrame 6 main frame - didFinishDocumentLoadForFrame
6 main frame - didHandleOnloadEventsForFrame 7 main frame - didHandleOnloadEventsForFrame
7 main frame - didFinishLoadForFrame 8 main frame - didFinishLoadForFrame
8 PASS successfullyParsed is true 9 PASS successfullyParsed is true
9 10
10 TEST COMPLETE 11 TEST COMPLETE
11 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698