| Index: LayoutTests/platform/win/svg/custom/use-clipped-hit-expected.txt
|
| diff --git a/LayoutTests/platform/win/svg/custom/use-clipped-hit-expected.txt b/LayoutTests/platform/win/svg/custom/use-clipped-hit-expected.txt
|
| index d326685b4385a6a4d4bcb4a08a3b5405e784a4ec..1bf438ca63f399cea59796dc7bdb890c2877edc5 100644
|
| --- a/LayoutTests/platform/win/svg/custom/use-clipped-hit-expected.txt
|
| +++ b/LayoutTests/platform/win/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 17.00)
|
| - (rect 90.00 116.00 64.00 17.00)
|
| - (rect 90.00 116.00 44.00 17.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [90, 116, 64, 17],
|
| + [90, 116, 64, 17],
|
| + [90, 116, 44, 17]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|