Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: chrome/test/data/chromedriver/touch_action_tests.html

Issue 2349463002: [chromedriver] Prevent touch_action_tests.html from reflowing during gestures. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromedriver/touch_action_tests.html
diff --git a/chrome/test/data/chromedriver/touch_action_tests.html b/chrome/test/data/chromedriver/touch_action_tests.html
index f058e61b9c7e252457281a80cedca6882e40d400..95c89f5dd0ca5dd3600e171bb29724d7d46b63c6 100644
--- a/chrome/test/data/chromedriver/touch_action_tests.html
+++ b/chrome/test/data/chromedriver/touch_action_tests.html
@@ -9,7 +9,9 @@
<div id="target">
Events are logged when tests touch this 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">
We need some padding here so that the page is large enough to test swipe
and scroll actions.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698