Index: LayoutTests/fast/viewport/viewport-72.html |
diff --git a/LayoutTests/fast/viewport/viewport-72.html b/LayoutTests/fast/viewport/viewport-72.html |
deleted file mode 100644 |
index 26fb3d48f5552a1de6ea1ae594a3104520bc67b2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-72.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that property name without a value does not cause synchronization on following semi-colon.</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();"> |