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

Unified Diff: LayoutTests/webarchive/test-td-background.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-td-background.html
diff --git a/LayoutTests/webarchive/test-td-background.html b/LayoutTests/webarchive/test-td-background.html
deleted file mode 100644
index c085443bf2ee5adf151e06f8456a439c618b356b..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/test-td-background.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-<script>
- if (window.testRunner)
- testRunner.dumpDOMAsWebArchive();
-</script>
-</head>
-<body>
- <table>
- <tr>
- <td background="resources/apple.gif">
- <p style="width: 52px; height: 64px;"></p>
- </td>
- </tr>
- </table>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698