Index: LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html |
diff --git a/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html b/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html |
deleted file mode 100644 |
index a9a6a7d619e058e554cf7f2714cfc5814152ef07..0000000000000000000000000000000000000000 |
--- a/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<html> |
-<head> |
-<script> |
- if (window.testRunner) |
- testRunner.dumpDOMAsWebArchive(); |
-</script> |
-</head> |
-<body> |
-This should appear in the webarchive. |
-<noscript> |
-Assuming scripting was enabled earlier, this should *not* appear in the webarchive. |
-</noscript> |
-</body> |
-</html> |