Index: LayoutTests/fast/viewport/viewport-49.html |
diff --git a/LayoutTests/fast/viewport/viewport-49.html b/LayoutTests/fast/viewport/viewport-49.html |
deleted file mode 100644 |
index 2f1fbaf86fb14ffe4cb3f33f37cba7baed9ed1f0..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-49.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that both width and height are increased to fill the visual viewport.</title> |
- <meta name="viewport" content="width=10, height=10, initial-scale=1.0"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |