| Index: LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt b/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt
|
| index 9352a1558cf443d4070ecff09c9133ff079c64e5..8091ece28141346308c11a5ecf77eaf4d7ae03de 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt
|
| @@ -1,15 +1,15 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 208.00 38.00 50.00 50.00)
|
| - (rect 8.00 38.00 100.00 50.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [208, 38, 50, 50],
|
| + [8, 38, 100, 50]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|