| Index: LayoutTests/platform/mac/svg/custom/js-late-pattern-creation-expected.txt
|
| diff --git a/LayoutTests/platform/mac/svg/custom/js-late-pattern-creation-expected.txt b/LayoutTests/platform/mac/svg/custom/js-late-pattern-creation-expected.txt
|
| index c3bd04d99ee6c9269f2b57aab6631a956f2c1093..8871758ff1cb765b8e0181cd6f705a062695077d 100644
|
| --- a/LayoutTests/platform/mac/svg/custom/js-late-pattern-creation-expected.txt
|
| +++ b/LayoutTests/platform/mac/svg/custom/js-late-pattern-creation-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 33.00 21.00 622.00 197.00)
|
| - (rect 33.00 21.00 622.00 197.00)
|
| - (rect 16.00 25.00 18.00 25.00)
|
| - (rect 8.00 12.00 17.00 26.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [33, 21, 622, 197],
|
| + [33, 21, 622, 197],
|
| + [16, 25, 18, 25],
|
| + [8, 12, 17, 26]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|