| Index: LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
|
| diff --git a/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt b/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
|
| index a712854417edeb5ac4d60c1fff827d02731ffd77..51aaa572b6aede1ca7d72bc5863dcb0f70fc8591 100644
|
| --- a/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
|
| +++ b/LayoutTests/platform/win/svg/custom/js-late-clipPath-creation-expected.txt
|
| @@ -1,18 +1,18 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 334.00 40.00 466.00 168.00)
|
| - (rect 334.00 40.00 466.00 168.00)
|
| - (rect 16.00 40.00 784.00 168.00)
|
| - (rect 16.00 40.00 318.00 168.00)
|
| - (rect 0.00 0.00 334.00 500.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [334, 40, 466, 168],
|
| + [334, 40, 466, 168],
|
| + [16, 40, 784, 168],
|
| + [16, 40, 318, 168],
|
| + [0, 0, 334, 500]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|