Index: LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-3.html |
diff --git a/LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-3.html b/LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-3.html |
deleted file mode 100644 |
index 064e425241005ae7d8e2766e083356b0429233c0..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-legacy-mobileoptimized-3.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<head> |
- <title>MobileOptimized Meta with "480".</title> |
- <!-- The content value should be ignored to match current implementations --> |
- <meta name="MobileOptimized" content="480"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |