| Index: content/test/data/page_with_touch_handler.html
|
| diff --git a/content/test/data/page_with_touch_handler.html b/content/test/data/page_with_touch_handler.html
|
| index 80ac303d340ad848b55ed48df0f722c4589e971c..0cadfca1819d22e74e4eeea61f17374332e7f7af 100644
|
| --- a/content/test/data/page_with_touch_handler.html
|
| +++ b/content/test/data/page_with_touch_handler.html
|
| @@ -33,7 +33,9 @@
|
|
|
| <!-- Be sure to set 100% width/height so the test can determine an appropriate
|
| screen region for targeting events. -->
|
| -<body style="width: 100%; height: 100%">
|
| +<!-- Make the body touch-action: none to force sending the touch action back
|
| + to the browser during the test, so we can verify that functionality. -->
|
| +<body style="width: 100%; height: 100%; touch-action: none">
|
| Page with Touch Handler
|
| <div id="last-touch-event">noevent</div>
|
| </body>
|
|
|