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

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

Issue 1324073003: DevTools: expose initial priority of a resource request in Network.requestWillBeSent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/inspector/network/resource-priority-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt b/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8b9d50332dc4b18ed951f98561d0330bdf1aa4a5
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/network/resource-priority-expected.txt
@@ -0,0 +1,12 @@
+CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
+Tests resource priorities.
+
+
+Request: empty-script.js?sync priority: Medium
+Request: empty-script.js?async priority: Low
+Request: empty.html?xhr-sync priority: VeryHigh
+Request: empty.html?xhr-async priority: Medium
+Request: abe.png priority: VeryLow
+Request: style.css priority: High
+Request: empty.html?iframe priority: VeryHigh
+

Powered by Google App Engine
This is Rietveld 408576698