| Index: LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| diff --git a/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt b/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| index 9801d92dcd48860deed49b32df7944a4c0681d81..e2002c6b864dddad7fd9be34ee5f99c200650f3a 100644
|
| --- a/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| +++ b/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| @@ -1,19 +1,19 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 160.00 20.00 10.00 50.00)
|
| - (rect 120.00 20.00 10.00 50.00)
|
| - (rect 110.00 20.00 10.00 50.00)
|
| - (rect 70.00 20.00 10.00 50.00)
|
| - (rect 20.00 20.00 50.00 50.00)
|
| - (rect 20.00 20.00 10.00 50.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [160, 20, 10, 50],
|
| + [120, 20, 10, 50],
|
| + [110, 20, 10, 50],
|
| + [70, 20, 10, 50],
|
| + [20, 20, 50, 50],
|
| + [20, 20, 10, 50]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|