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 |
+ |