| Index: LayoutTests/platform/win/svg/text/exs-display-none-expected.txt
|
| diff --git a/LayoutTests/platform/win/svg/text/exs-display-none-expected.txt b/LayoutTests/platform/win/svg/text/exs-display-none-expected.txt
|
| index 5a148e6f7763d2758c41139d9093b040599e4293..45b21692fb856421212263b9d68f650eac7b475d 100644
|
| --- a/LayoutTests/platform/win/svg/text/exs-display-none-expected.txt
|
| +++ b/LayoutTests/platform/win/svg/text/exs-display-none-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 50.00 50.00 574.00 81.00)
|
| - (rect 50.00 50.00 574.00 81.00)
|
| - (rect 50.00 50.00 574.00 81.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [50, 50, 574, 81],
|
| + [50, 50, 574, 81],
|
| + [50, 50, 574, 81]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|