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> |