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

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: Added 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..47d3f429dd21aa6ebf9c7c980ed1cf3e72f16291 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
@@ -8,6 +8,11 @@ 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
+Request: docwrite.js?followedByImage priority: High
+Request: abe.png?precededByScripts priority: Low
+Request: empty-script.js?followedByImage-1 priority: High
+Request: empty-script.js?followedByImage-2 priority: High
+Request: empty-script.js?last-3 priority: High
Request: empty.html?xhr-sync priority: VeryHigh
Request: empty.html?xhr-async priority: High
Request: abe.png priority: Low

Powered by Google App Engine
This is Rietveld 408576698