| Index: LayoutTests/platform/win/svg/repaint/change-background-color-expected.txt
|
| diff --git a/LayoutTests/platform/win/svg/repaint/change-background-color-expected.txt b/LayoutTests/platform/win/svg/repaint/change-background-color-expected.txt
|
| index c35df76f140a3f72c3180bbca0ac5e4d6f547a83..f3082f127439b61794d4256d31a633bb9d716305 100644
|
| --- a/LayoutTests/platform/win/svg/repaint/change-background-color-expected.txt
|
| +++ b/LayoutTests/platform/win/svg/repaint/change-background-color-expected.txt
|
| @@ -1,15 +1,15 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 8.00 8.00 200.00 103.00)
|
| - (rect 8.00 8.00 200.00 103.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 8, 200, 103],
|
| + [8, 8, 200, 103]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|