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

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

Issue 514893002: Lower priority of async scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved async script priority to low 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
OLDNEW
(Empty)
1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame
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
5 http://127.0.0.1:8000/misc/resources/async-script.js has priority Low
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
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
10 http://127.0.0.1:8000/loading/resources/injected-async.js has priority Low
11 main frame - didFinishDocumentLoadForFrame
12 main frame - didHandleOnloadEventsForFrame
13 main frame - didFinishLoadForFrame
14 head
15 async
16 document.write
17 body
18 defer
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22 injected
23 injected (async)
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698