| Index: LayoutTests/inspector-protocol/dom/dom-getBoxModel.html
|
| diff --git a/LayoutTests/inspector-protocol/dom/dom-getBoxModel.html b/LayoutTests/inspector-protocol/dom/dom-getBoxModel.html
|
| index 263dfa986e30eef2cef38a9e914c8ad17d6cd669..fa4a75f0437897bd24a3e01fd68d411f42456a32 100644
|
| --- a/LayoutTests/inspector-protocol/dom/dom-getBoxModel.html
|
| +++ b/LayoutTests/inspector-protocol/dom/dom-getBoxModel.html
|
| @@ -58,7 +58,7 @@ Of<br>
|
| Text<br>
|
| <div style="position:absolute;top:100;left:0;width:100;height:100;background:red"></div>
|
| <div style="position:absolute;top:200;left:100;width:100;height:100;background:green"></div>
|
| -<div style="position:absolute;top:150;left:50;width:100;height:100;background:blue;-webkit-transform:rotate(45deg);"></div>
|
| +<div style="position:absolute;top:150;left:50;width:100;height:100;background:blue;transform:rotate(45deg);"></div>
|
| </div>
|
| </body>
|
| </html>
|
|
|