Index: LayoutTests/css3/blending/mix-blend-mode-composited-layers.html |
diff --git a/LayoutTests/css3/blending/mix-blend-mode-composited-layers.html b/LayoutTests/css3/blending/mix-blend-mode-composited-layers.html |
index c3da1c02a39e87cb0cd23e6a70f41edf43640c68..0f42ed2911db9bb5618028f594b1b65b420c1af5 100644 |
--- a/LayoutTests/css3/blending/mix-blend-mode-composited-layers.html |
+++ b/LayoutTests/css3/blending/mix-blend-mode-composited-layers.html |
@@ -18,7 +18,7 @@ |
<!-- Mix-blend-mode should create a composited layer when having composited descendants--> |
<div style="background-color: green"> |
<div style="background-color: blue; mix-blend-mode: multiply"> |
- <div style="background-color: yellow; -webkit-transform: translatez(0);"></div> |
+ <div style="background-color: yellow; transform: translatez(0);"></div> |
</div> |
</div> |