| Index: LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt
|
| diff --git a/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt b/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt
|
| index 718292e9e08b1863ba74f1b208384f95f10f7d73..66ec10f9ad4eb63cf7030645de1d7042254a3fcc 100644
|
| --- a/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt
|
| +++ b/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt
|
| @@ -1,17 +1,17 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 28.00 38.00 10.00 10.00)
|
| - (rect 28.00 38.00 10.00 10.00)
|
| - (rect 18.00 18.00 20.00 30.00)
|
| - (rect 18.00 18.00 10.00 10.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [28, 38, 10, 10],
|
| + [28, 38, 10, 10],
|
| + [18, 18, 20, 30],
|
| + [18, 18, 10, 10]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|