| Index: LayoutTests/platform/mac/fast/repaint/bugzilla-7235-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/repaint/bugzilla-7235-expected.txt b/LayoutTests/platform/mac/fast/repaint/bugzilla-7235-expected.txt
|
| index 0902783caaa4027390c530e88b432ac5f63172d5..1baa2de332a81fb02f9a8cc63281c73d34bc5566 100644
|
| --- a/LayoutTests/platform/mac/fast/repaint/bugzilla-7235-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/repaint/bugzilla-7235-expected.txt
|
| @@ -1,15 +1,15 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 8.00 166.00 100.00 100.00)
|
| - (rect 8.00 148.00 784.00 18.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 166, 100, 100],
|
| + [8, 148, 784, 18]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|