| Index: LayoutTests/platform/mac/fast/repaint/bugzilla-5699-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/repaint/bugzilla-5699-expected.txt b/LayoutTests/platform/mac/fast/repaint/bugzilla-5699-expected.txt
|
| index b6a9b50c04140d59f8b2d7c586bb6849822ce5ef..ecb1177b5f1ef310e6edc6117e18eae8606ad866 100644
|
| --- a/LayoutTests/platform/mac/fast/repaint/bugzilla-5699-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/repaint/bugzilla-5699-expected.txt
|
| @@ -1,17 +1,17 @@
|
| -(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 784.00 30.00)
|
| - (rect 8.00 166.00 784.00 30.00)
|
| - (rect 8.00 130.00 784.00 66.00)
|
| - (rect 0.00 182.00 800.00 30.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 166, 784, 30],
|
| + [8, 166, 784, 30],
|
| + [8, 130, 784, 66],
|
| + [0, 182, 800, 30]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|