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

Unified Diff: LayoutTests/compositing/reflections/backface-hidden-reflection.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/reflections/backface-hidden-reflection.html
diff --git a/LayoutTests/compositing/reflections/backface-hidden-reflection.html b/LayoutTests/compositing/reflections/backface-hidden-reflection.html
index e5875460184c7f2165b69e7ab3951dc3be63715c..e94935a4e281e3cd199307cb288fbbe4dddcf583 100644
--- a/LayoutTests/compositing/reflections/backface-hidden-reflection.html
+++ b/LayoutTests/compositing/reflections/backface-hidden-reflection.html
@@ -14,7 +14,7 @@
height: 100px;
width: 100px;
background-color: red;
- -webkit-transform: rotate3d(0, 1, 0, 180deg);
+ transform: rotate3d(0, 1, 0, 180deg);
-webkit-box-reflect: below;
-webkit-backface-visibility: hidden;
}

Powered by Google App Engine
This is Rietveld 408576698