| Index: LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt b/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt
|
| index 50e50f2a6d94e27dee0ff10e0b27aecd7353aa6a..6ef211d65e5deb9c0a85a4aca777cc07ca067edb 100644
|
| --- a/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-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 30.00 32.00 200.00 23.00)
|
| - (rect 8.00 10.00 244.00 67.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [30, 32, 200, 23],
|
| + [8, 10, 244, 67]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|