| Index: LayoutTests/fast/preloader/document-write-2.html
|
| diff --git a/LayoutTests/fast/preloader/document-write-2.html b/LayoutTests/fast/preloader/document-write-2.html
|
| deleted file mode 100644
|
| index ffab6e085140a29b82298f96790f4245d7577ba4..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/preloader/document-write-2.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<body>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.dumpResourceResponseMIMETypes();
|
| - // Prevent networking layer from reordering loads.
|
| - testRunner.setSerializeHTTPLoads();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -function done() {
|
| - if (window.testRunner)
|
| - setTimeout(function(){ testRunner.notifyDone() }, 1000);
|
| -}
|
| -</script>
|
| -<style>
|
| -plaintext { display: none }
|
| -</style>
|
| -<body onload="done()")
|
| -<br><br>
|
| -This test requires DumpRenderTree to see the log of what resources are loaded.
|
| -<br><br>
|
| -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.
|
| -<script>
|
| - document.write('<script src="resources/document-write-plaintext.js"></sc'+'ript>');
|
| -</script>
|
| -<script src="resources/script1.js"></script>
|
|
|