Index: LayoutTests/fast/viewport/viewport-84.html |
diff --git a/LayoutTests/fast/viewport/viewport-84.html b/LayoutTests/fast/viewport/viewport-84.html |
deleted file mode 100644 |
index f65cfaffd12261fc61b6f5ab25e20bbcd744c192..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-84.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Comma separator terminates empty value.</title> |
- <meta name="viewport" content="width=,height=480"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |