| Index: LayoutTests/fast/repaint/caret-with-transformation.html
|
| diff --git a/LayoutTests/fast/repaint/caret-with-transformation.html b/LayoutTests/fast/repaint/caret-with-transformation.html
|
| index a3efeda9a87e39735e17d8eac5cf2ca3df1e390e..62cea0ba342f4afda28ff4ff2651332764b6fcc8 100644
|
| --- a/LayoutTests/fast/repaint/caret-with-transformation.html
|
| +++ b/LayoutTests/fast/repaint/caret-with-transformation.html
|
| @@ -7,7 +7,7 @@ function repaintTest() {
|
| </script>
|
| <html>
|
| <body onload="runRepaintTest();">
|
| -<div contenteditable="true" style="-webkit-transform:rotate(30deg)translate(100px,200px)">
|
| +<div contenteditable="true" style="transform:rotate(30deg)translate(100px,200px)">
|
| <div id="div">This test verifies caret repaint is correctly transformed.</div>
|
| </div>
|
| <script>
|
|
|