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

Unified Diff: Source/web/tests/data/touch-action-pan.html

Issue 134153016: add 'manipulation' support to CSS touch-action parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
Index: Source/web/tests/data/touch-action-pan.html
diff --git a/Source/web/tests/data/touch-action-pan.html b/Source/web/tests/data/touch-action-pan.html
index b99b97ff19efaeaf67720301fb02884cfc46677b..469bb8fb5ad136e6ca809c020af4f6267388db30 100644
--- a/Source/web/tests/data/touch-action-pan.html
+++ b/Source/web/tests/data/touch-action-pan.html
@@ -52,4 +52,10 @@
<div class='scroll ta-pany' expected-action='pan-y'>
Touch-action: pan-x is not propagated into overflow-scroll elements
</div>
-</div>
+</div>
+
+ <div class='ta-panx'>
Rick Byers 2014/03/05 14:41:13 please also add a simple test for 'manipulation' o
gnana 2014/03/06 08:11:14 Done.
+ <div class='ta-manipulation' expected-action='pan-x'>
+ Explicitly setting touch-action: manipulation does nothing to prevent propagation of 'pan-x'
+ </div>
+ </div>

Powered by Google App Engine
This is Rietveld 408576698