| Index: LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
|
| diff --git a/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt b/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
|
| index d374f15efb1d2ac32c307d9f5473aaf1c10e9674..d87ae0f4c6e97e14853d5f358d7fa2cee00196d3 100644
|
| --- a/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
|
| +++ b/LayoutTests/platform/mac/svg/custom/use-clipped-hit-expected.txt
|
| @@ -1,16 +1,16 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 90.00 116.00 64.00 18.00)
|
| - (rect 90.00 116.00 64.00 18.00)
|
| - (rect 90.00 116.00 43.00 18.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [90, 116, 64, 18],
|
| + [90, 116, 64, 18],
|
| + [90, 116, 43, 18]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|