| Index: LayoutTests/svg/dom/SVGPathSegList-segment-modification-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGPathSegList-segment-modification-expected.txt b/LayoutTests/svg/dom/SVGPathSegList-segment-modification-expected.txt
|
| index 24e08397f6ef77507c19d895e37c718139feead8..99d52cd44aba8e3f81d4d037b23f3e7693c54c16 100644
|
| --- a/LayoutTests/svg/dom/SVGPathSegList-segment-modification-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGPathSegList-segment-modification-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 78.00 38.00 84.00 42.00)
|
| - (rect 49.00 38.00 113.00 42.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [78, 38, 84, 42],
|
| + [49, 38, 113, 42]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|