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

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

Issue 1162083003: Re-enable TouchAction Simple test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use fixed line height Created 5 years, 7 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/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-tests.css
diff --git a/Source/web/tests/data/touch-action-tests.css b/Source/web/tests/data/touch-action-tests.css
index 12ae54691b2a8b90255bc64ba56190bf3cca772b..b0c572410a263c58930ff375c5a4af78b54b27ee 100644
--- a/Source/web/tests/data/touch-action-tests.css
+++ b/Source/web/tests/data/touch-action-tests.css
@@ -62,6 +62,7 @@ body {
height: 2000px;
/* Use fixed line height so co-ordinates will be similar in test and browser */
font-size: 20px;
+ line-height: 1;
white-space: nowrap;
}
« 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