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