| Index: Source/web/tests/data/pinch-viewport-input-field.html
|
| diff --git a/Source/web/tests/data/200-by-300-viewport.html b/Source/web/tests/data/pinch-viewport-input-field.html
|
| similarity index 56%
|
| copy from Source/web/tests/data/200-by-300-viewport.html
|
| copy to Source/web/tests/data/pinch-viewport-input-field.html
|
| index 497227b0514b019425a88878be2c2cf9c03a777d..b31a09ea3cfc20f4ed6a8e21a9b51afc735249b1 100644
|
| --- a/Source/web/tests/data/200-by-300-viewport.html
|
| +++ b/Source/web/tests/data/pinch-viewport-input-field.html
|
| @@ -2,24 +2,25 @@
|
| <html>
|
|
|
| <head>
|
| - <meta name="viewport" content="width=200">
|
| <style>
|
| ::-webkit-scrollbar {
|
| width: 0px;
|
| + height: 0px;
|
| }
|
| body {
|
| margin: 0px;
|
| }
|
| #content {
|
| background: silver;
|
| - width: 200px;
|
| - height: 300px;
|
| + width: 500px;
|
| + height: 600px;
|
| }
|
| </style>
|
| </head>
|
|
|
| <body>
|
| <div id="content">a</div>
|
| + <input style="border: 0px; padding: 0px; position: absolute; left: 200px; top:600px; width: 100px; height: 20px" type="text">
|
| </body>
|
|
|
| </html>
|
|
|