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