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

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

Issue 103823003: Implement touch-action pan-x/pan-y handling on the main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@issue1
Patch Set: removed unrelated file Created 7 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: Source/web/tests/data/touch-action-overflow.html
diff --git a/Source/web/tests/data/touch-action-overflow.html b/Source/web/tests/data/touch-action-overflow.html
old mode 100644
new mode 100755
index 525aade4a579726e6a61abeda17d3c69a150626f..f415147381b3aa081eda6a2180ed46a1f5fcc701
--- a/Source/web/tests/data/touch-action-overflow.html
+++ b/Source/web/tests/data/touch-action-overflow.html
@@ -24,3 +24,16 @@
Touch-action: none is not propagated into overflow-scroll elements
</div>
</div>
+
+<div class='scroll ta-panx' style='height:75px'>
Rick Byers 2013/12/12 20:47:24 These two tests really test the same code paths as
gnana 2013/12/13 16:52:53 Done.
+ <div class='ta-auto' expected-action='pan-x'>
+ Touch-action: auto does nothing to prevent propagation of pan-x
+ </div>
+</div>
+
+<div class='scroll ta-panx' style='height:75px'>
+ <div class='ta-pany' expected-action='none'>
+ Explicitly setting touch-action: pan-y does nothing to prevent propagation of pan-x resulting to none
+ </div>
+</div>
+

Powered by Google App Engine
This is Rietveld 408576698