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