Index: LayoutTests/fast/viewport/viewport-55.html |
diff --git a/LayoutTests/fast/viewport/viewport-55.html b/LayoutTests/fast/viewport/viewport-55.html |
deleted file mode 100644 |
index 08fb3946cdc7c67d646f32001147099516e828bc..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-55.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that 'yes' and 'no' translate to 0 for width/height.</title> |
- <meta name="viewport" content="width=yes, height=no"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |