| Index: LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt
|
| diff --git a/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt b/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt
|
| index e34fd02f7d01c350129d68c52d3df58619ef07a6..1e857e61b68fa2ce1eb835ec8d95c9cac2291f91 100644
|
| --- a/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt
|
| +++ b/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-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 712.00 8.00 80.00 24.00)
|
| - (rect 712.00 8.00 80.00 24.00)
|
| - (rect 712.00 8.00 80.00 20.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [712, 8, 80, 24],
|
| + [712, 8, 80, 24],
|
| + [712, 8, 80, 20]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|