Chromium Code Reviews| Index: LayoutTests/compositing/culling/scrolled-within-boxshadow.html |
| diff --git a/LayoutTests/compositing/culling/scrolled-within-boxshadow.html b/LayoutTests/compositing/culling/scrolled-within-boxshadow.html |
| index cd80720f00523e867037a5e14a32c9f8c1ec5c26..845a889252fff03095c291fe2b43a8af32b5925a 100644 |
| --- a/LayoutTests/compositing/culling/scrolled-within-boxshadow.html |
| +++ b/LayoutTests/compositing/culling/scrolled-within-boxshadow.html |
| @@ -3,7 +3,7 @@ |
| <head> |
| <style> |
| .comp { |
| - -webkit-transform: translateZ(0px); |
| + transform: translateZ(0px); |
| } |
| body { |
| margin:0; |