| Index: LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt
|
| diff --git a/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt b/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt
|
| index 1d9601398ceeafc7bdab6347623758625cc31874..b694655af809a7f767700ea5f0b8ad9c9282ca38 100644
|
| --- a/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt
|
| +++ b/LayoutTests/platform/linux/fast/repaint/inline-color-change-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 72.00 38.00 19.00)
|
| - (rect 8.00 72.00 38.00 19.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 72, 38, 19],
|
| + [8, 72, 38, 19]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|