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

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

Issue 2826213003: Don't lower priority for scripts inserted by doc.write (Closed)
Patch Set: Fixed duplicate URLs in Layout test 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt
index efeeca048c74517614ab2154c54a5a2bded7f1e1..b7db8526710f827178dea280bf6d2f322af1d64f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt
@@ -2,15 +2,31 @@ CONSOLE WARNING: line 22: Synchronous XMLHttpRequest on the main thread is depre
Tests resource priorities.
+sendSyncScriptRequest
Request: empty-script.js?sync priority: High
+sendAsyncScriptRequest
Request: empty-script.js?async priority: Low
-Request: abe.png?preceding priority: Low
-Request: empty-script.js?preceded priority: Medium
-Request: abe.png?precedingPreload priority: Low
-Request: empty-script.js?precededByPreload priority: High
+sendScriptRequestPrecededByImage
+Request: abe.png?precedingScript priority: Low
+Request: empty-script.js?precededByImage priority: Medium
+sendScriptRequestPrecededByPreloadedImage
+Request: abe.png?preloaded priority: Low
+Request: empty-script.js?precededByPreloadedImage priority: High
+Request: abe.png?followingPreload priority: Low
+sendXHRSync
Request: empty.html?xhr-sync priority: VeryHigh
+sendXHRAsync
Request: empty.html?xhr-async priority: High
-Request: abe.png priority: Low
-Request: style.css priority: VeryHigh
+sendImageRequest
+Request: abe.png?image priority: Low
+sendStyleRequest
+Request: style.css?style priority: VeryHigh
+createIFrame
Request: empty.html?iframe priority: VeryHigh
+sendScriptsFromDocumentWriteAfterImage
+Request: abe.png?precedingDocWrite priority: Low
+Request: docwrite.js priority: Medium
+Request: empty-script.js?docWritten-1 priority: High
+Request: empty-script.js?docWritten-2 priority: High
+Request: empty-script.js?docWritten-3 priority: High

Powered by Google App Engine
This is Rietveld 408576698