Commit 0ffa5419 authored by samuong's avatar samuong Committed by Commit bot

[chromedriver] Prevent touch_action_tests.html from reflowing during gestures.

BUG=chromedriver:1508
TBR=stgao@chromium.org

Review-Url: https://codereview.chromium.org/2349463002
Cr-Commit-Position: refs/heads/master@{#419027}
parent 54ef8356
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
<div id="target"> <div id="target">
Events are logged when tests touch this div. Events are logged when tests touch this div.
</div> </div>
<div id="events">events: </div> <!-- use "white-space:nowrap;" to prevent page reflows while swiping, see
https://bugs.chromium.org/p/chromedriver/issues/detail?id=1508 -->
<div id="events" style="white-space:nowrap;">events: </div>
<div id="padding"> <div id="padding">
We need some padding here so that the page is large enough to test swipe We need some padding here so that the page is large enough to test swipe
and scroll actions. and scroll actions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment