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