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

Unified Diff: LayoutTests/css3/blending/effect-background-blend-mode-stacking.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/css3/blending/effect-background-blend-mode-stacking.html
diff --git a/LayoutTests/css3/blending/effect-background-blend-mode-stacking.html b/LayoutTests/css3/blending/effect-background-blend-mode-stacking.html
index 5e3172981d649367190c6ebc7537e40f0764cd54..ce419d1472b5c35e3b937584f0de46fdfdf22912 100644
--- a/LayoutTests/css3/blending/effect-background-blend-mode-stacking.html
+++ b/LayoutTests/css3/blending/effect-background-blend-mode-stacking.html
@@ -21,8 +21,8 @@ li
<ul>
<li style=""></li>
<li style="opacity: .9"></li>
-<li style="-webkit-transform: scale(1.01, 1.01)"></li>
-<li style="-webkit-transform: translate3d(1px, 1px, 1px)"></li>
+<li style="transform: scale(1.01, 1.01)"></li>
+<li style="transform: translate3d(1px, 1px, 1px)"></li>
<li style="-webkit-box-reflect:below 5px linear-gradient(to bottom, transparent 0%, transparent 50%, white 100%);"></li>
<li style="position: fixed; top: 160px;"></li>
</ul>

Powered by Google App Engine
This is Rietveld 408576698