| Index: LayoutTests/fast/repaint/table-row-bg-change-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/table-row-bg-change-expected.txt b/LayoutTests/fast/repaint/table-row-bg-change-expected.txt
|
| index 6682478fed501e25db63023b628cc33c0c3ab2c2..f6088835ef5b68f09fdf6cec85fb78b446a4e581 100644
|
| --- a/LayoutTests/fast/repaint/table-row-bg-change-expected.txt
|
| +++ b/LayoutTests/fast/repaint/table-row-bg-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 10.00 200.00 97.00)
|
| - (rect 8.00 10.00 200.00 97.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 10, 200, 97],
|
| + [8, 10, 200, 97]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|