| Index: LayoutTests/platform/linux/fast/repaint/block-no-inflow-children-expected.txt
|
| diff --git a/LayoutTests/platform/linux/fast/repaint/block-no-inflow-children-expected.txt b/LayoutTests/platform/linux/fast/repaint/block-no-inflow-children-expected.txt
|
| index 939ae4e509676e34ebd9425fb48e6bda0c6afb19..06f51b4e5b2f2f7ab095cf92a35ad6424f36c200 100644
|
| --- a/LayoutTests/platform/linux/fast/repaint/block-no-inflow-children-expected.txt
|
| +++ b/LayoutTests/platform/linux/fast/repaint/block-no-inflow-children-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 44.00 0.00 14.00 20.00)
|
| - (rect 0.00 0.00 58.00 20.00)
|
| - (rect 0.00 0.00 44.00 20.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [44, 0, 14, 20],
|
| + [0, 0, 58, 20],
|
| + [0, 0, 44, 20]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|