| Index: LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt
|
| diff --git a/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt b/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt
|
| index eb91791a87d981ff77c043a1f737cc43c38dcb05..5b4b6dfb03418c3defd183cb00372ebe5480a7a7 100644
|
| --- a/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt
|
| +++ b/LayoutTests/svg/custom/js-late-mask-and-object-creation-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 0.00 100.00 800.00 100.00)
|
| - (rect 0.00 100.00 800.00 100.00)
|
| - (rect 0.00 100.00 800.00 100.00)
|
| - (rect 0.00 100.00 800.00 100.00)
|
| - (rect 0.00 0.00 800.00 300.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 100, 800, 100],
|
| + [0, 100, 800, 100],
|
| + [0, 100, 800, 100],
|
| + [0, 100, 800, 100],
|
| + [0, 0, 800, 300]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|