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

Unified Diff: ManualTests/compositing/font-smoothing.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: ManualTests/compositing/font-smoothing.html
diff --git a/ManualTests/compositing/font-smoothing.html b/ManualTests/compositing/font-smoothing.html
index fce444e26cdbf02de46fe5e6fe316fa9ab67fb9c..00ddfd35414e8acbd1d1731e693d5af74b185e2f 100644
--- a/ManualTests/compositing/font-smoothing.html
+++ b/ManualTests/compositing/font-smoothing.html
@@ -8,7 +8,7 @@
}
.composited {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
background-color: white;
}
« no previous file with comments | « ManualTests/compositing/assert-on-tab-switch.html ('k') | ManualTests/compositing/missing-iframe-contents.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698