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