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