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