| Index: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html
|
| diff --git a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html
|
| index ef716ebe4093e5307ce3ceb988e7a01f77e33650..d4cf29f709f69191dde3161a3071dbc0c266997b 100644
|
| --- a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html
|
| +++ b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html
|
| @@ -20,8 +20,8 @@
|
| height: 200px;
|
| border: none;
|
| }
|
| - .rotate180 { -webkit-transform: rotate(180deg); }
|
| - .rotate90 { -webkit-transform: rotate(90deg); }
|
| + .rotate180 { transform: rotate(180deg); }
|
| + .rotate90 { transform: rotate(90deg); }
|
| #sandbox .box {
|
| box-sizing: border-box;
|
| height: 100px;
|
|
|