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

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

Issue 137123009: Add hittest mode for Touch-action which ignore inline elements and svg elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated review comments 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-simple.html
diff --git a/Source/web/tests/data/touch-action-simple.html b/Source/web/tests/data/touch-action-simple.html
index 6219b147008ad7de17dff79be53457787c23a809..922f93a5c9a4b61420faab84f93b353374368a89 100644
--- a/Source/web/tests/data/touch-action-simple.html
+++ b/Source/web/tests/data/touch-action-simple.html
@@ -28,7 +28,7 @@
</div>
<p>Below case is broken, should be AUTO - <a href='http://crbug.com/319479'>Bug 319479</a></p>
Rick Byers 2014/02/17 14:43:52 Remove this line (no longer a bug here).
<div class='ta-none' style='height: 0; margin-bottom: 100px'>
Rick Byers 2014/02/17 14:43:52 We should add a similar test case for SVG (and pro
- <span expected-action='none'>
+ <span expected-action='auto'>
touch-action should not be inherited by inline elements
<div expected-action='none'>But is inherited by any block descendants of them</div>
</span>
« Source/core/rendering/RenderBlock.h ('K') | « Source/core/rendering/svg/RenderSVGRoot.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698