Index: LayoutTests/fast/viewport/viewport-115.html |
diff --git a/LayoutTests/fast/viewport/viewport-115.html b/LayoutTests/fast/viewport/viewport-115.html |
deleted file mode 100644 |
index 82863967e5b14cdc181ef707d4986882023ea34b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-115.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Width recognized in "width width=400"</title> |
- <meta name="viewport" content="width width=400"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |