| Index: LayoutTests/fast/viewport/viewport-warnings-5.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-warnings-5.html b/LayoutTests/fast/viewport/viewport-warnings-5.html
|
| deleted file mode 100644
|
| index 74bf86ca4b6246129906f9e201a6953ec92b9f2d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-warnings-5.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<head>
|
| - <title>Multiple warnings and errors due to incorrect semicolon separators.</title>
|
| - <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.viewportAsText(document, 1, 320, 352));
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test();">
|
|
|