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

Unified Diff: LayoutTests/webarchive/archive-empty-frame-source.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/archive-empty-frame-source.html
diff --git a/LayoutTests/webarchive/archive-empty-frame-source.html b/LayoutTests/webarchive/archive-empty-frame-source.html
deleted file mode 100644
index 3ef2820584a0f40975f7f73569be6d5c410b99e8..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/archive-empty-frame-source.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<title>Empty iFrame causes archive exception</title>
-<script>
- if (window.testRunner)
- testRunner.dumpSourceAsWebArchive();
-</script>
-</head>
-<body>
-
-<p>
-Here lies an `iframe` with no content/src:
-<p>
-
-<iframe id="emptyFrame" style="width: 100%; height: 100px; border: solid 2px red;">
-</iframe>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698