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

Unified Diff: LayoutTests/fullscreen/full-screen-stacking-context.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/fullscreen/full-screen-stacking-context.html
diff --git a/LayoutTests/fullscreen/full-screen-stacking-context.html b/LayoutTests/fullscreen/full-screen-stacking-context.html
index 5d3f677293f7dec32ed843bfa8fc7b6906d632a8..34f58dfea8d896d4f411f75f3a30b53a18e86f36 100644
--- a/LayoutTests/fullscreen/full-screen-stacking-context.html
+++ b/LayoutTests/fullscreen/full-screen-stacking-context.html
@@ -26,7 +26,7 @@
}
#one, #two {
opacity: 0.5;
- -webkit-transform: rotate(180);
+ transform: rotate(180);
-webkit-mask: -webkit-linear-gradient(left, alpha 0%, white 100%);
-webkit-filter: contrast(100%);
clip:rect(0px,100px,100px,0px);

Powered by Google App Engine
This is Rietveld 408576698