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