| Index: LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| diff --git a/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt b/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| index ef5a1152e61f62726ed4acc5d85848bcd005b480..6b7d2da1eb6ef1aebdd936e427945c49df48c650 100644
|
| --- a/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| +++ b/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt
|
| @@ -1,17 +1,17 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 128.00 48.00 100.00 200.00)
|
| - (rect 28.00 148.00 200.00 100.00)
|
| - (rect 28.00 48.00 100.00 200.00)
|
| - (rect 28.00 48.00 100.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [128, 48, 100, 200],
|
| + [28, 148, 200, 100],
|
| + [28, 48, 100, 200],
|
| + [28, 48, 100, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|