| Index: LayoutTests/svg/custom/js-late-marker-creation-expected.txt
|
| diff --git a/LayoutTests/svg/custom/js-late-marker-creation-expected.txt b/LayoutTests/svg/custom/js-late-marker-creation-expected.txt
|
| index 881b1fff9c4349f62d9a0aca1059efd89413d824..e77aa21a6ca07925284c92fb2918a1214559b2a3 100644
|
| --- a/LayoutTests/svg/custom/js-late-marker-creation-expected.txt
|
| +++ b/LayoutTests/svg/custom/js-late-marker-creation-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 203.00 211.00 111.00 111.00)
|
| - (rect 0.00 0.00 4.00 4.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [203, 211, 111, 111],
|
| + [0, 0, 4, 4]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|