Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: LayoutTests/fast/preloader/document-write.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/preloader/document-write.html
diff --git a/LayoutTests/fast/preloader/document-write.html b/LayoutTests/fast/preloader/document-write.html
deleted file mode 100644
index a9a629566e0f7e742a51565d0852e548f8900864..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/preloader/document-write.html
+++ /dev/null
@@ -1,29 +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>');
- document.write('<script src="resources/script1.js"></sc'+'ript>');
-</script>
-
« no previous file with comments | « LayoutTests/fast/loader/subresource-load-failed-crash-expected.txt ('k') | LayoutTests/fast/preloader/document-write-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698