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

Unified Diff: LayoutTests/webarchive/test-link-rel-icon.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/webarchive/test-link-rel-icon.html
diff --git a/LayoutTests/webarchive/test-link-rel-icon.html b/LayoutTests/webarchive/test-link-rel-icon.html
deleted file mode 100644
index 41b5810f125e68f7018f3a8afb24a85e21fcf2cc..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/test-link-rel-icon.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-<script>
-function runTest()
-{
- if (window.testRunner) {
- testRunner.setIconDatabaseEnabled(true);
- testRunner.dumpDOMAsWebArchive();
- testRunner.queueReload();
- }
-}
-</script>
-<link rel="icon" href="resources/favicon.ico" type="image/x-icon">
-</head>
-<body onload="runTest()">
-</body>
-</html>
« no previous file with comments | « LayoutTests/webarchive/test-link-href-expected.webarchive ('k') | LayoutTests/webarchive/test-link-rel-icon-beforeload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698