| Index: LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
|
| diff --git a/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html b/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
|
| index c22b15832f40047c819a5be2147ec3430ee10401..ec6a1dfe7abe6b25909d4cf016584eaf8d6b369d 100644
|
| --- a/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
|
| +++ b/LayoutTests/fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html
|
| @@ -13,13 +13,13 @@ div {
|
| }
|
|
|
| #transformed {
|
| - -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
|
| + transform: rotate(0deg) translate3d(0, 0, 0);
|
| -webkit-transition: -webkit-transform linear 0s;
|
| background: green;
|
| }
|
|
|
| #transformed:hover {
|
| - -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
|
| + transform: rotate(45deg) translate3d(0, 0, 0);
|
| }
|
| </style>
|
| </head>
|
|
|