| Index: LayoutTests/svg/custom/fill-opacity-update-expected.txt
|
| diff --git a/LayoutTests/svg/custom/fill-opacity-update-expected.txt b/LayoutTests/svg/custom/fill-opacity-update-expected.txt
|
| index 0d62011e6321f3e34c5f5131a4654cb2cafdf84b..3887047fd9dba0f566b18f82237bc1ef79aaa64c 100644
|
| --- a/LayoutTests/svg/custom/fill-opacity-update-expected.txt
|
| +++ b/LayoutTests/svg/custom/fill-opacity-update-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 0.00 0.00 200.00 200.00)
|
| - (rect 0.00 0.00 200.00 200.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 0, 200, 200],
|
| + [0, 0, 200, 200]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|