Index: LayoutTests/fast/viewport/viewport-62.html |
diff --git a/LayoutTests/fast/viewport/viewport-62.html b/LayoutTests/fast/viewport/viewport-62.html |
deleted file mode 100644 |
index a4ada628251485030e4231a14fba9284476b0595..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-62.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that comma is a valid separator.</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();"> |