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

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

Issue 329773002: Remove special touch-action hit test mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated review comments Created 6 years, 6 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 | « Source/core/rendering/RenderObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1a066477e3f8bb4d5880f5ef0e01f2e44a725ef1..ce926586e0b0d1161b4e0ddf1c9c8f1e6ab0d38c 100644
--- a/Source/web/tests/data/touch-action-simple.html
+++ b/Source/web/tests/data/touch-action-simple.html
@@ -39,9 +39,9 @@
</span>
</div>
-<div class='ta-none' style='height: 0; margin-bottom: 50px'>
- <span expected-action='auto'>
- touch-action should not be inherited by inline elements
+<div class='ta-none' style='height: 0; margin-bottom: 100px'>
+ <span expected-action='none'>
+ touch-action should be inherited by inline elements.<br>Note this is different than IE(http://crbug.com/380203)
Rick Byers 2014/06/13 20:45:40 nit: space before (
gnana 2014/06/16 05:20:48 Done.
</span>
</div>
« no previous file with comments | « Source/core/rendering/RenderObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698