Index: LayoutTests/fast/preloader/document-write-expected.txt |
diff --git a/LayoutTests/fast/preloader/document-write-expected.txt b/LayoutTests/fast/preloader/document-write-expected.txt |
deleted file mode 100644 |
index f54c8e773c2aaf5b86e8e60c6fa7ed96a225c1ea..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/preloader/document-write-expected.txt |
+++ /dev/null |
@@ -1,6 +0,0 @@ |
-document-write-plaintext.js has MIME type application/x-javascript |
-script1.js has MIME type application/x-javascript |
- |
-This test requires DumpRenderTree to see the log of what resources are loaded. |
- |
-The first script document.writes a plaintext tag so the main parser will not load the subsequent resources. Preload scanner won't know this so it will still kick off the loads, allowing us to verify that preloading is working as expected. |