| Index: LayoutTests/platform/mac/fast/repaint/lines-with-layout-delta-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/repaint/lines-with-layout-delta-expected.txt b/LayoutTests/platform/mac/fast/repaint/lines-with-layout-delta-expected.txt
|
| index 81a5d230f663adb3d87aa69ed0a7510f3427c5ac..2c44354764399df865fcc99d9d4d413d1eca4946 100644
|
| --- a/LayoutTests/platform/mac/fast/repaint/lines-with-layout-delta-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/repaint/lines-with-layout-delta-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 8.00 58.00 200.00 18.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 58, 200, 18]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|