Index: LayoutTests/fast/viewport/viewport-73.html |
diff --git a/LayoutTests/fast/viewport/viewport-73.html b/LayoutTests/fast/viewport/viewport-73.html |
deleted file mode 100644 |
index 2d4a846a8451f3379ec35bd60e0a5dc86066b9fd..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-73.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Semi-colon is part of the property name, space is not enough for synchronization.</title> |
- <meta name="viewport" content="width=100 x; initial-scale=1"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |