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

Unified Diff: LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html

Issue 19579003: Use high resolution markers when device scale factor > 1.5f (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add composited testcase Created 7 years, 5 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: LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html
diff --git a/LayoutTests/editing/spelling/inline-spelling-markers-hidpi.html b/LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html
similarity index 98%
copy from LayoutTests/editing/spelling/inline-spelling-markers-hidpi.html
copy to LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html
index d33f3fb0ea018c0792b5dca25fdd8ab5fdf332d8..1543852a6b837ebc448e2c1f7e39b34ecadf2bf0 100644
--- a/LayoutTests/editing/spelling/inline-spelling-markers-hidpi.html
+++ b/LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html
@@ -7,6 +7,7 @@
border: 1px solid black;
white-space: nowrap;
overflow: hidden;
+ -webkit-transform: translateZ(0);
}
.forcertl {

Powered by Google App Engine
This is Rietveld 408576698