Index: third_party/WebKit/LayoutTests/http/tests/loading/sync-xhr-priority.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/sync-xhr-priority.html b/third_party/WebKit/LayoutTests/http/tests/loading/sync-xhr-priority.html |
deleted file mode 100644 |
index 836da2bd8d2634a7a38c0af8c6ebd409cab6c8a4..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/loading/sync-xhr-priority.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<html> |
- <head> |
- <script src="/js-test-resources/js-test.js"></script> |
- <script> |
- if (window.testRunner) { |
- testRunner.dumpResourceRequestPriorities(); |
- testRunner.dumpAsText(); |
- } |
- </script> |
- </head> |
- <body> |
- <script> |
- var xhr = new XMLHttpRequest(); |
- xhr.open("GET", "../resources/test.mp4", false); |
- xhr.send(); |
- </script> |
- </body> |
-</html> |