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