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