Index: LayoutTests/fast/viewport/viewport-76.html |
diff --git a/LayoutTests/fast/viewport/viewport-76.html b/LayoutTests/fast/viewport/viewport-76.html |
deleted file mode 100644 |
index 5bec3fc4e5b726e4f8ebe18a3ae271b62fc5ea6a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-76.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Three properties with values separated by spaces.</title> |
- <meta name="viewport" content="width=10 maximum-scale=10 initial-scale=10"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |