| Index: LayoutTests/fast/viewport/viewport-75.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-75.html b/LayoutTests/fast/viewport/viewport-75.html
|
| deleted file mode 100644
|
| index 2c83affe8a98e02a98abe74a11cca4a3543117fb..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-75.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<head>
|
| - <title>Equals sign for the property starting with "x;". initial-scale is recognized, maximum-scale is not.</title>
|
| - <meta name="viewport" content="width=10 x; maximum-scale=10 initial-scale=10">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.viewportAsText(document, 1, 320, 352));
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test();">
|
|
|