Index: LayoutTests/fast/viewport/viewport-69.html |
diff --git a/LayoutTests/fast/viewport/viewport-69.html b/LayoutTests/fast/viewport/viewport-69.html |
deleted file mode 100644 |
index f6090e669bf6f97c38e73213ca9b3d3255817b9b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-69.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Check that xinitial-scale property is dropped after space.</title> |
- <meta name="viewport" content="width=100 xinitial-scale=1"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |