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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt

Issue 2843013002: Revert of Don't lower priority for scripts inserted by doc.write (Closed)
Patch Set: Created 3 years, 8 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 CONSOLE WARNING: line 22: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: line 22: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
2 Tests resource priorities. 2 Tests resource priorities.
3 3
4 4
5 sendSyncScriptRequest
6 Request: empty-script.js?sync priority: High 5 Request: empty-script.js?sync priority: High
7 sendAsyncScriptRequest
8 Request: empty-script.js?async priority: Low 6 Request: empty-script.js?async priority: Low
9 sendScriptRequestPrecededByImage 7 Request: abe.png?preceding priority: Low
10 Request: abe.png?precedingScript priority: Low 8 Request: empty-script.js?preceded priority: Medium
11 Request: empty-script.js?precededByImage priority: Medium 9 Request: abe.png?precedingPreload priority: Low
12 sendScriptRequestPrecededByPreloadedImage 10 Request: empty-script.js?precededByPreload priority: High
13 Request: abe.png?preloaded priority: Low
14 Request: empty-script.js?precededByPreloadedImage priority: High
15 Request: abe.png?followingPreload priority: Low
16 sendXHRSync
17 Request: empty.html?xhr-sync priority: VeryHigh 11 Request: empty.html?xhr-sync priority: VeryHigh
18 sendXHRAsync
19 Request: empty.html?xhr-async priority: High 12 Request: empty.html?xhr-async priority: High
20 sendImageRequest 13 Request: abe.png priority: Low
21 Request: abe.png?image priority: Low 14 Request: style.css priority: VeryHigh
22 sendStyleRequest
23 Request: style.css?style priority: VeryHigh
24 createIFrame
25 Request: empty.html?iframe priority: VeryHigh 15 Request: empty.html?iframe priority: VeryHigh
26 sendScriptsFromDocumentWriteAfterImage
27 Request: abe.png?precedingDocWrite priority: Low
28 Request: docwrite.js priority: Medium
29 Request: empty-script.js?docWritten-1 priority: High
30 Request: empty-script.js?docWritten-2 priority: High
31 Request: empty-script.js?docWritten-3 priority: High
32 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698