| Index: LayoutTests/svg/custom/use-inherit-style-expected.txt
|
| diff --git a/LayoutTests/svg/custom/use-inherit-style-expected.txt b/LayoutTests/svg/custom/use-inherit-style-expected.txt
|
| index e4deb6da0d4c2f6a2ff44ee7266132f7624adc7c..d2b66f6cd5d2b0fe52027929f743ac9e7ea37120 100644
|
| --- a/LayoutTests/svg/custom/use-inherit-style-expected.txt
|
| +++ b/LayoutTests/svg/custom/use-inherit-style-expected.txt
|
| @@ -1,19 +1,19 @@
|
| -(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 100.00 60.00)
|
| - (rect 0.00 0.00 100.00 60.00)
|
| - (rect 0.00 0.00 100.00 60.00)
|
| - (rect 0.00 0.00 100.00 60.00)
|
| - (rect 0.00 0.00 100.00 60.00)
|
| - (rect 0.00 0.00 100.00 60.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 0, 100, 60],
|
| + [0, 0, 100, 60],
|
| + [0, 0, 100, 60],
|
| + [0, 0, 100, 60],
|
| + [0, 0, 100, 60],
|
| + [0, 0, 100, 60]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|