| Index: LayoutTests/fast/viewport/viewport-50.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-50.html b/LayoutTests/fast/viewport/viewport-50.html
|
| deleted file mode 100644
|
| index 7bef59ddf849771320bfcd4589a8c2691b5b6835..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-50.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<head>
|
| - <title>Check that negative width is translated to auto.</title>
|
| - <meta name="viewport" content="width=-100">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.viewportAsText(document, 1, 320, 352));
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test();">
|
|
|