| Index: LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html
|
| diff --git a/LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html b/LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html
|
| index 05ebacb1c44d79a669c5474b9e1fac4977af14bd..5d6fbe05a8f4df673b2fbdd1ecbe9923a658a828 100644
|
| --- a/LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html
|
| +++ b/LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html
|
| @@ -3,6 +3,10 @@
|
| <head>
|
| <script src="../../../resources/js-test.js"></script>
|
| <style type="text/css">
|
| +::-webkit-scrollbar {
|
| + width: 0px;
|
| + height: 0px;
|
| +}
|
| #touchtarget {
|
| width: 100px;
|
| height: 100px;
|
| @@ -10,7 +14,7 @@
|
| }
|
| </style>
|
| </head>
|
| -<body onload="runTest();">
|
| +<body style="width: 2000px; height: 2000px" onload="runTest();">
|
| <div id="touchtarget">
|
|
|
| <p id="description"></p>
|
|
|