Index: LayoutTests/fast/viewport/viewport-28.html |
diff --git a/LayoutTests/fast/viewport/viewport-28.html b/LayoutTests/fast/viewport/viewport-28.html |
deleted file mode 100644 |
index 5c1f85791e090b46ae746b76fba27e39ed1fff54..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/viewport/viewport-28.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <title>Viewport META with "width=device-height".</title> |
- <meta name="viewport" content="width=device-height"> |
- <script> |
- function test() { |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- alert(internals.viewportAsText(document, 1, 320, 352)); |
- } |
- } |
- </script> |
-</head> |
-<body onload="test();"> |