| Index: LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html
|
| diff --git a/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html b/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html
|
| index 9e551613f03d5ccb74ba4c2dbcd3e7e6fe41ec5a..f00b109df879523aff17da8dc5c18790dfdd135b 100644
|
| --- a/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html
|
| +++ b/LayoutTests/fast/sub-pixel/sub-pixel-composited-layer-with-transform.html
|
| @@ -5,7 +5,7 @@ div {
|
| position: absolute;
|
| width: 50px;
|
| height: 50px;
|
| - -webkit-transform: rotate3d(0, 0, 1, 10deg) scale(5, 5);
|
| + transform: rotate3d(0, 0, 1, 10deg) scale(5, 5);
|
| }
|
| #red {
|
| top: 199.5px;
|
|
|