| Index: LayoutTests/platform/mac/svg/text/remove-tspan-from-text-expected.txt
|
| diff --git a/LayoutTests/platform/mac/svg/text/remove-tspan-from-text-expected.txt b/LayoutTests/platform/mac/svg/text/remove-tspan-from-text-expected.txt
|
| index 7c1f2024355f59514d78461dc3d9d9e9e169d899..cf93cc19de93c5d5afb4459671320dbfd3a32d49 100644
|
| --- a/LayoutTests/platform/mac/svg/text/remove-tspan-from-text-expected.txt
|
| +++ b/LayoutTests/platform/mac/svg/text/remove-tspan-from-text-expected.txt
|
| @@ -1,16 +1,16 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 10.00 61.00 319.00 259.00)
|
| - (rect 10.00 61.00 319.00 259.00)
|
| - (rect 10.00 61.00 319.00 259.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [10, 61, 319, 259],
|
| + [10, 61, 319, 259],
|
| + [10, 61, 319, 259]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|