| Index: LayoutTests/platform/mac/svg/repaint/text-mask-update-expected.txt
|
| diff --git a/LayoutTests/platform/mac/svg/repaint/text-mask-update-expected.txt b/LayoutTests/platform/mac/svg/repaint/text-mask-update-expected.txt
|
| index 656f6ba4c45070afa83f7df53c098f9b556f05c0..2295ce8dff5d76acca247b2d84c0625fc9489dc5 100644
|
| --- a/LayoutTests/platform/mac/svg/repaint/text-mask-update-expected.txt
|
| +++ b/LayoutTests/platform/mac/svg/repaint/text-mask-update-expected.txt
|
| @@ -1,20 +1,20 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 10.00 32.00 44.00 23.00)
|
| - (rect 10.00 32.00 44.00 23.00)
|
| - (rect 10.00 32.00 44.00 18.00)
|
| - (rect 10.00 32.00 44.00 18.00)
|
| - (rect 10.00 2.00 47.00 23.00)
|
| - (rect 10.00 2.00 47.00 23.00)
|
| - (rect 10.00 2.00 47.00 23.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [10, 32, 44, 23],
|
| + [10, 32, 44, 23],
|
| + [10, 32, 44, 18],
|
| + [10, 32, 44, 18],
|
| + [10, 2, 47, 23],
|
| + [10, 2, 47, 23],
|
| + [10, 2, 47, 23]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|