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); |