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

Unified Diff: LayoutTests/compositing/reflections/empty-reflection-with-mask.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/empty-reflection-with-mask.html
diff --git a/LayoutTests/compositing/reflections/empty-reflection-with-mask.html b/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
index 750347e90ac62bf0f028563b9899a44b6a8bef21..2b6b05f3e84099032694b903c9a64f47e6c55a66 100644
--- a/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
+++ b/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
@@ -8,7 +8,7 @@
div {
width: 500px;
height: 500px;
- -webkit-transform:translateZ(0);
+ transform:translateZ(0);
-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 1.0)));
}
</style>

Powered by Google App Engine
This is Rietveld 408576698