| Index: LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.txt b/LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.txt
|
| index 6c03530fbf3077b3acda1a76d47a614b62b5244b..365c8cd991f8c1d0dfa288e4061216f0e2866145 100644
|
| --- a/LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-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 8.00 100.00 18.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 8, 100, 18]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|