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