| Index: LayoutTests/platform/mac/svg/custom/relative-sized-image-expected.txt
|
| diff --git a/LayoutTests/platform/mac/svg/custom/relative-sized-image-expected.txt b/LayoutTests/platform/mac/svg/custom/relative-sized-image-expected.txt
|
| index 1c4311c2be156fb8efa56b83a3cda9f7a645f761..bb80c65b5ca55678e4969a20b1645e7330b8f31a 100644
|
| --- a/LayoutTests/platform/mac/svg/custom/relative-sized-image-expected.txt
|
| +++ b/LayoutTests/platform/mac/svg/custom/relative-sized-image-expected.txt
|
| @@ -1,18 +1,18 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 109.00 69.00 300.00 400.00)
|
| - (rect 9.00 69.00 400.00 400.00)
|
| - (rect 9.00 69.00 100.00 400.00)
|
| - (rect 8.00 68.00 402.00 405.00)
|
| - (rect 8.00 68.00 102.00 405.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [109, 69, 300, 400],
|
| + [9, 69, 400, 400],
|
| + [9, 69, 100, 400],
|
| + [8, 68, 402, 405],
|
| + [8, 68, 102, 405]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|