Index: LayoutTests/http/tests/loading/promote-img-preload-priority.html |
diff --git a/LayoutTests/http/tests/loading/promote-img-preload-priority.html b/LayoutTests/http/tests/loading/promote-img-preload-priority.html |
deleted file mode 100644 |
index ced1805363d812065834634b3e2205d34d972a2d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/loading/promote-img-preload-priority.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<html> |
- <head> |
- <script> |
- if (window.testRunner) { |
- testRunner.dumpResourceRequestPriorities(); |
- testRunner.dumpAsText(); |
- } |
- </script> |
- <script src="/js-test-resources/js-test.js"></script> |
- </head> |
- <body> |
- <img src="../misc/resources/image-slow.pl"> |
- </body> |
-</html> |