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

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

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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-composited.html b/LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html
index f36e582ddc0e917cb36d78c47ac9e2c2ad64f7fa..080c3147f9160d275b10e4241e090da256671d93 100644
--- a/LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html
+++ b/LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html
@@ -9,7 +9,7 @@
border: 1px solid black;
white-space: nowrap;
overflow: hidden;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
.forcertl {

Powered by Google App Engine
This is Rietveld 408576698