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