| Index: LayoutTests/fast/repaint/create-layer-repaint-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/create-layer-repaint-expected.txt b/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
|
| index 56c157aa08feed2f40463d8ea318fbb43421f4c0..901d8e636ac70dd18af569ca82b541380a7d041c 100644
|
| --- a/LayoutTests/fast/repaint/create-layer-repaint-expected.txt
|
| +++ b/LayoutTests/fast/repaint/create-layer-repaint-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 28.00 54.00 500.00 50.00)
|
| - (rect 28.00 54.00 500.00 50.00)
|
| - (rect 28.00 54.00 250.00 50.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [28, 54, 500, 50],
|
| + [28, 54, 500, 50],
|
| + [28, 54, 250, 50]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|