Index: LayoutTests/fast/viewport/viewport-65.html |
diff --git a/LayoutTests/fast/viewport/viewport-65.html b/LayoutTests/fast/viewport/viewport-65.html |
deleted file mode 100644 |
index 502d351fe2c41e8322287f7857a217b8c9e63ee9..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-65.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that semi-colon is not a valid separator (no spaces).</title> |
- <meta name="viewport" content="width=100;initial-scale=1"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |