Index: LayoutTests/fast/viewport/viewport-129.html |
diff --git a/LayoutTests/fast/viewport/viewport-129.html b/LayoutTests/fast/viewport/viewport-129.html |
deleted file mode 100644 |
index f3f59f41361d8f56a72bb9e2765838be8c005da2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-129.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that number parsing stops at the first non-number characters and still uses the numeric prefix.</title> |
- <meta name="viewport" content="width=123x456"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |