| Index: LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt
|
| diff --git a/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt b/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt
|
| index bc3b1701ef6539fb9e474e082af480b73285209f..71d8bbd8f6cf156f1277d16ae6ed4ac569804198 100644
|
| --- a/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-expected.txt
|
| +++ b/LayoutTests/platform/linux/svg/custom/js-late-gradient-creation-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 33.00 23.00 697.00 194.00)
|
| - (rect 33.00 23.00 697.00 194.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [33, 23, 697, 194],
|
| + [33, 23, 697, 194]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|