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

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: Remove extra whitespace 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..dc7e5fc928383580fd81798d9cec158629af14d7 100644
--- a/Source/web/tests/data/touch-action-tests.css
+++ b/Source/web/tests/data/touch-action-tests.css
@@ -61,7 +61,7 @@ body {
/* Ensure pages are scrollable for manual testing */
height: 2000px;
/* Use fixed line height so co-ordinates will be similar in test and browser */
- font-size: 20px;
+ font-size: 20px Arial;
tdresser 2015/06/03 17:54:53 I think you want "font:", not "font-size", don't y
Rick Byers 2015/06/03 18:03:03 If it's text metrics differences causing instabili
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