Index: LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html |
diff --git a/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html b/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html |
index 34eb01ad3cf8cbd998f097ae1da46ad80c829d25..9db67023d5720f915a8dc6cc308b3034fb564df9 100644 |
--- a/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html |
+++ b/LayoutTests/css3/filters/composited-layer-bounds-with-composited-blur.html |
@@ -11,7 +11,7 @@ |
<style> |
#composited { |
background-color: green; |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
-webkit-filter: blur(25px); |
position: absolute; |
top: 100px; |