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