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

Unified Diff: LayoutTests/compositing/squashing/squash-onto-nephew-subpixel-2-expected.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/compositing/squashing/squash-onto-nephew-subpixel-2-expected.html
diff --git a/LayoutTests/compositing/squashing/squash-onto-nephew-subpixel-2-expected.html b/LayoutTests/compositing/squashing/squash-onto-nephew-subpixel-2-expected.html
index a848d28b67f402c660b33ebdcc1f1349580a7582..4659d14a9307753a99941ac3bf73633e908563e5 100644
--- a/LayoutTests/compositing/squashing/squash-onto-nephew-subpixel-2-expected.html
+++ b/LayoutTests/compositing/squashing/squash-onto-nephew-subpixel-2-expected.html
@@ -2,7 +2,7 @@
<head>
<style>
.composited {
--webkit-transform: translatez(0);
+transform: translatez(0);
}
.box {

Powered by Google App Engine
This is Rietveld 408576698