Index: LayoutTests/fast/viewport/viewport-68.html |
diff --git a/LayoutTests/fast/viewport/viewport-68.html b/LayoutTests/fast/viewport/viewport-68.html |
deleted file mode 100644 |
index 8314d2c4ef6a9920c0e21cdfef938a7f26c6aec0..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-68.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that alpha character after number is ignored and space acts as a valid separator.</title> |
- <meta name="viewport" content="width=100x initial-scale=1"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |