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

Unified Diff: third_party/WebKit/Source/web/tests/data/touch-action-overflow.html

Issue 1498923004: Don't reset touch-action zoom state at scrollers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: third_party/WebKit/Source/web/tests/data/touch-action-overflow.html
diff --git a/third_party/WebKit/Source/web/tests/data/touch-action-overflow.html b/third_party/WebKit/Source/web/tests/data/touch-action-overflow.html
index 525aade4a579726e6a61abeda17d3c69a150626f..ec6f73939b33e092f37062d67a06b701021b9544 100644
--- a/third_party/WebKit/Source/web/tests/data/touch-action-overflow.html
+++ b/third_party/WebKit/Source/web/tests/data/touch-action-overflow.html
@@ -20,7 +20,13 @@
</div>
<div class='ta-none'>
- <div class='scroll' expected-action='auto'>
- Touch-action: none is not propagated into overflow-scroll elements
+ <div class='scroll' expected-action='pan-x-y'>
+ Zoom (but not scroll) related touch-action bits propagate into overflow-scroll elements
+ </div>
+</div>
+
+<div class='ta-manipulation'>
+ <div class='scroll' expected-action='manipulation'>
+ touch-action: manipulation is maintained across overflow-scroll elements
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698