| Index: Source/web/tests/data/viewport/viewport-90.html
|
| diff --git a/LayoutTests/fast/viewport/viewport-90.html b/Source/web/tests/data/viewport/viewport-90.html
|
| similarity index 60%
|
| rename from LayoutTests/fast/viewport/viewport-90.html
|
| rename to Source/web/tests/data/viewport/viewport-90.html
|
| index 9e0ac48d4b3765c4ecd48430e843d56a0be1e0dd..3b616ced5951459439e42e62b2a211d609a358f8 100644
|
| --- a/LayoutTests/fast/viewport/viewport-90.html
|
| +++ b/Source/web/tests/data/viewport/viewport-90.html
|
| @@ -5,15 +5,7 @@
|
| <head>
|
| <title>XHTML Mobile Profile 1.0 document with viewport meta</title>
|
| <meta name="viewport" content="width=700, initial-scale=0.5">
|
| - <script>
|
| - function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - alert(internals.viewportAsText(document, 1, 320, 352));
|
| - }
|
| - }
|
| - </script>
|
| </head>
|
| -<body onload="test();">
|
| +<body></body>
|
| </body>
|
| </html>
|
|
|