| Index: LayoutTests/compositing/repaint/invalidations-on-composited-layers.html
|
| diff --git a/LayoutTests/compositing/repaint/invalidations-on-composited-layers.html b/LayoutTests/compositing/repaint/invalidations-on-composited-layers.html
|
| index 1d7c4b5a91d43a3ae4d59746eb3fa88b593ca163..4704aa066dbb7ef9646e480e4317606adb291f5d 100644
|
| --- a/LayoutTests/compositing/repaint/invalidations-on-composited-layers.html
|
| +++ b/LayoutTests/compositing/repaint/invalidations-on-composited-layers.html
|
| @@ -8,14 +8,14 @@ This test checks that repaint testing works with composited layers.
|
| <head>
|
| <style type="text/css">
|
| #parent {
|
| - -webkit-transform: translateZ(0px);
|
| + transform: translateZ(0px);
|
| width: 400px;
|
| height: 400px;
|
| background: blue;
|
| }
|
|
|
| #child {
|
| - -webkit-transform: translateZ(0px);
|
| + transform: translateZ(0px);
|
| position: relative;
|
| left: 50px;
|
| top: 50px;
|
|
|