| Index: LayoutTests/platform/linux/svg/as-image/svg-image-change-content-size-expected.txt
|
| diff --git a/LayoutTests/platform/linux/svg/as-image/svg-image-change-content-size-expected.txt b/LayoutTests/platform/linux/svg/as-image/svg-image-change-content-size-expected.txt
|
| index 7bf8d30fd65cb14cfed001b712e6d6360b7f9ef5..555b863afa8a891f31dbaaa17517277b8c402418 100644
|
| --- a/LayoutTests/platform/linux/svg/as-image/svg-image-change-content-size-expected.txt
|
| +++ b/LayoutTests/platform/linux/svg/as-image/svg-image-change-content-size-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 8.00 52.00 602.00 425.00)
|
| - (rect 8.00 52.00 422.00 425.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 52, 602, 425],
|
| + [8, 52, 422, 425]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|