| Index: LayoutTests/fast/repaint/transform-replaced-shadows.html
|
| diff --git a/LayoutTests/fast/repaint/transform-replaced-shadows.html b/LayoutTests/fast/repaint/transform-replaced-shadows.html
|
| index 7305327a86693825aa4c357967a6e1ab5a2318ed..b7067e23ae10a5bc5cab3d2c29634c17937c2b02 100644
|
| --- a/LayoutTests/fast/repaint/transform-replaced-shadows.html
|
| +++ b/LayoutTests/fast/repaint/transform-replaced-shadows.html
|
| @@ -9,11 +9,11 @@
|
| background-color: gray;
|
| -webkit-transform-origin: top left;
|
| -webkit-box-shadow: 0px 20px 20px black;
|
| - -webkit-transform: scale(2);
|
| + transform: scale(2);
|
| }
|
|
|
| #box.smaller {
|
| - -webkit-transform: scale(1);
|
| + transform: scale(1);
|
| }
|
| </style>
|
|
|
|
|