| Index: LayoutTests/fast/events/offsetX-offsetY.html
|
| diff --git a/LayoutTests/fast/events/offsetX-offsetY.html b/LayoutTests/fast/events/offsetX-offsetY.html
|
| index 06abfdbeeb050b146af190cfd54401031167e48c..64325724d137ef31b3b0e19d302bbc88bb8cb5b0 100644
|
| --- a/LayoutTests/fast/events/offsetX-offsetY.html
|
| +++ b/LayoutTests/fast/events/offsetX-offsetY.html
|
| @@ -210,7 +210,7 @@
|
| height: 120px;
|
| width: 200px;
|
| background-color: #DDD;
|
| - -webkit-transform: translate(100px, 50px) rotate(20deg);
|
| + transform: translate(100px, 50px) rotate(20deg);
|
| }
|
| #overflow {
|
| overflow: scroll;
|
| @@ -249,7 +249,7 @@
|
| }
|
|
|
| tr {
|
| -/* -webkit-transform: rotate(10deg);*/
|
| +/* transform: rotate(10deg);*/
|
| }
|
| </style>
|
| </head>
|
|
|