| Index: LayoutTests/fast/viewport/viewport-110.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-110.html b/LayoutTests/fast/viewport/viewport-110.html
|
| deleted file mode 100644
|
| index cd7fd11832e88a0ada3371ed9ef556cfa79fd4ec..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-110.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<head>
|
| - <title>Empty property name not allowed (" =x width=400")</title>
|
| - <meta name="viewport" content=" =x width=400">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.viewportAsText(document, 1, 320, 352));
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test();">
|
|
|