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

Unified Diff: LayoutTests/http/tests/webarchive/test-preload-resources.html

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/http/tests/webarchive/test-preload-resources.html
diff --git a/LayoutTests/http/tests/webarchive/test-preload-resources.html b/LayoutTests/http/tests/webarchive/test-preload-resources.html
deleted file mode 100644
index 79d08f92669c89b17f62eabe14a1ca900bffaf8a..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/webarchive/test-preload-resources.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html><head>
-
-<link rel="stylesheet" type="text/css" href="resources/test-preload-resources.css">
-<link rel="alternate stylesheet" type="text/css" href="resources/test-preload-resources.css?1" title="green">
-<link rel="alternate stylesheet" type="text/css" href="resources/test-preload-resources.css?2" title="blue">
-<link rel="alternate stylesheet" type="text/css" href="resources/test-preload-resources.css?3" title="yellow">
-<link rel="alternate stylesheet" type="text/css" href="resources/test-preload-resources.css?4" title="pink">
-<link rel="alternate stylesheet" type="text/css" href="resources/test-preload-resources.css?5" title="purple">
-<link rel="alternate stylesheet" type="text/css" href="resources/test-preload-resources.css?6" title="gray">
-
-<script>
-if (window.testRunner)
- testRunner.dumpDOMAsWebArchive();
-</script>
-
-</head><body>
-<div>
-Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=22466">Bug 22466:
-REGRESSION (35867): Many resources missing when saving webarchive of webkit.org</a>
-</div>
-<p>Some resources are missing when saving this page as a webarchive.</p>
-</body></html>

Powered by Google App Engine
This is Rietveld 408576698