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

Unified Diff: LayoutTests/webarchive/test-duplicate-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/webarchive/test-duplicate-resources.html
diff --git a/LayoutTests/webarchive/test-duplicate-resources.html b/LayoutTests/webarchive/test-duplicate-resources.html
deleted file mode 100644
index e4cb802dc4c2552a20c972378fdf255649b0dc8a..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/test-duplicate-resources.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
-<script src="resources/dump-webarchive.js" language="javascript" type="text/javascript"></script>
-<link rel="stylesheet" href="resources/test-style.css" type="text/css">
-<script src="resources/dump-webarchive.js" language="javascript" type="text/javascript"></script>
-<link rel="stylesheet" href="resources/test-style.css" type="text/css">
-</head>
-<body>
-<div>
- <img src="resources/apple.gif">
-</div>
-<div>
- This is not a frameset. This text should be red sans-serif.
-</div>
-<div>
- <img src="resources/apple.gif">
-</div>
-<iframe src="resources/test-frame.html"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698