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

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

Issue 725653004: Fix the failing TouchAction unit test and re-enable the test suite Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/web/tests/TouchActionTest.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 ed54e3bfb57b5d8b0abe8ae0a2601741f8e08585..c6e891f55b647382901cf20b45cc64757e47d7a4 100644
--- a/Source/web/tests/data/touch-action-simple.html
+++ b/Source/web/tests/data/touch-action-simple.html
@@ -22,7 +22,7 @@
</div>
<div class='ta-none' style='height: 0; margin-bottom: 50px'>
- <span expected-action='none' style='display:inline-block'>
+ <span expected-action='none' style='display:inline-block, margin:0'>
touch-action should be inherited by inline-block elements
</span>
</div>
« no previous file with comments | « Source/web/tests/TouchActionTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698