| Index: LayoutTests/platform/win/svg/text/modify-text-node-in-tspan-expected.txt
|
| diff --git a/LayoutTests/platform/win/svg/text/modify-text-node-in-tspan-expected.txt b/LayoutTests/platform/win/svg/text/modify-text-node-in-tspan-expected.txt
|
| index 869aa7dce70bf7edc62125a3dd33967dc3fe0288..0fa615cdad6cdbd7e0d2575b3105312271e54c16 100644
|
| --- a/LayoutTests/platform/win/svg/text/modify-text-node-in-tspan-expected.txt
|
| +++ b/LayoutTests/platform/win/svg/text/modify-text-node-in-tspan-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 10.00 62.00 317.00 375.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [10, 62, 317, 375]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|