| Index: LayoutTests/fast/dom/nodesFromRect/nodesFromRect-scale.html
|
| diff --git a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-scale.html b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-scale.html
|
| index d166b892318b49161fb7ebe4a86ee7b9b8c9d149..2c19dbdc1f8b4d7f2cb823b562977a7d2f0690e6 100644
|
| --- a/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-scale.html
|
| +++ b/LayoutTests/fast/dom/nodesFromRect/nodesFromRect-scale.html
|
| @@ -17,8 +17,8 @@
|
| width: 200px;
|
| height: 200px;
|
| }
|
| - .scaleup { -webkit-transform: scale(2); }
|
| - .scaledown { -webkit-transform: scale(0.5); }
|
| + .scaleup { transform: scale(2); }
|
| + .scaledown { transform: scale(0.5); }
|
| #layer > #fleft { float: left; width: 50px; height: 200px; }
|
| #layer > #fright { float: right; width: 50px; height: 200px; }
|
| #layer > .hbox { height: 100px; margin-right: 50px; margin-left: 50px }
|
|
|