| Index: LayoutTests/fast/repaint/transform-absolute-in-positioned-container.html
|
| diff --git a/LayoutTests/fast/repaint/transform-absolute-in-positioned-container.html b/LayoutTests/fast/repaint/transform-absolute-in-positioned-container.html
|
| index c056333cc112b8417cb31c0d33fc1b68d9e75a12..01394dd54901bfd6bbd904aa257cdb655e56ffec 100644
|
| --- a/LayoutTests/fast/repaint/transform-absolute-in-positioned-container.html
|
| +++ b/LayoutTests/fast/repaint/transform-absolute-in-positioned-container.html
|
| @@ -19,11 +19,11 @@
|
| width: 200px;
|
| background-color: #CCC;
|
| border: 1px solid black;
|
| - -webkit-transform: rotate(0deg);
|
| + transform: rotate(0deg);
|
| }
|
|
|
| #box.rotated {
|
| - -webkit-transform: rotate(45deg);
|
| + transform: rotate(45deg);
|
| }
|
| </style>
|
| <script src="resources/text-based-repaint.js" type="text/javascript" charset="utf-8"></script>
|
|
|