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

Side by Side Diff: LayoutTests/http/tests/loading/script-priorities-expected.txt

Issue 555463006: Eliminated test flakiness for script-priorities (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « LayoutTests/http/tests/loading/script-priorities.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 http://127.0.0.1:8000/misc/resources/defer-script.js has priority Low 4 http://127.0.0.1:8000/loading/resources/defer.js has priority Low
5 http://127.0.0.1:8000/misc/resources/async-script.js has priority Low 5 http://127.0.0.1:8000/loading/resources/async.js has priority Low
6 http://127.0.0.1:8000/loading/resources/head.js has priority Medium 6 http://127.0.0.1:8000/loading/resources/head.js has priority Medium
7 http://127.0.0.1:8000/loading/resources/body.js has priority Medium 7 http://127.0.0.1:8000/loading/resources/body.js has priority Medium
8 http://127.0.0.1:8000/loading/resources/document-write.js has priority Medium 8 http://127.0.0.1:8000/loading/resources/document-write.js has priority Medium
9 http://127.0.0.1:8000/loading/resources/injected.js has priority Low 9 http://127.0.0.1:8000/loading/resources/injected.js has priority Low
10 http://127.0.0.1:8000/loading/resources/injected-async.js has priority Low 10 http://127.0.0.1:8000/loading/resources/injected-async.js has priority Low
11 main frame - didFinishDocumentLoadForFrame 11 main frame - didFinishDocumentLoadForFrame
12 main frame - didHandleOnloadEventsForFrame 12 main frame - didHandleOnloadEventsForFrame
13 main frame - didFinishLoadForFrame 13 main frame - didFinishLoadForFrame
14 head 14 head
15 async
16 document.write 15 document.write
17 body 16 body
18 defer
19 PASS successfullyParsed is true 17 PASS successfullyParsed is true
20 18
21 TEST COMPLETE 19 TEST COMPLETE
22 injected
23 injected (async)
24 20
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/loading/script-priorities.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698