Index: LayoutTests/fast/viewport/viewport-58.html |
diff --git a/LayoutTests/fast/viewport/viewport-58.html b/LayoutTests/fast/viewport/viewport-58.html |
deleted file mode 100644 |
index abb47ffc499e6b24e90cf5504571b6a8346eb3b4..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-58.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that minimum-scale=no is 0.</title> |
- <meta name="viewport" content="minimum-scale=no, initial-scale=0"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |