| Index: LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt b/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt
|
| index 2a9e2e5f2a5862218591d3178f04ff7fd7dff41a..6dc3a64f16f28238e8096a97e2d72978fc7cec54 100644
|
| --- a/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt
|
| +++ b/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt
|
| @@ -1,16 +1,16 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 20.00 0.00 196.00 150.00)
|
| - (rect 20.00 0.00 196.00 150.00)
|
| - (rect 8.00 8.00 220.00 70.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [20, 0, 196, 150],
|
| + [20, 0, 196, 150],
|
| + [8, 8, 220, 70]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|