| Index: LayoutTests/fast/viewport/viewport-78.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-78.html b/LayoutTests/fast/viewport/viewport-78.html
|
| deleted file mode 100644
|
| index 507c9cee2be54ed32d3cb0795bba7f95631dedc6..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-78.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<head>
|
| - <title>Space is consumed before property value.</title>
|
| - <meta name="viewport" content="width=100 a= initial-scale=1">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.viewportAsText(document, 1, 320, 352));
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test();">
|
|
|