| Index: LayoutTests/fast/viewport/viewport-131.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-131.html b/LayoutTests/fast/viewport/viewport-131.html
|
| deleted file mode 100644
|
| index aadce0db64a9dc39f5f00cdcdb211ef9c23faf1c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/viewport/viewport-131.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<head>
|
| - <title>Check that an explicit no to user-scalable is 0.0.</title>
|
| - <meta name="viewport" content="width=device-width, user-scalable=no">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.viewportAsText(document, 1, 320, 352));
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test();">
|
|
|