| Index: LayoutTests/fast/repaint/fixed-table-cell-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/fixed-table-cell-expected.txt b/LayoutTests/fast/repaint/fixed-table-cell-expected.txt
|
| index 3ab3af22398919da129d98b25b583aac1f1efd22..6f98075341d5f71307bb9e3f35a5e8dbfff8d3ed 100644
|
| --- a/LayoutTests/fast/repaint/fixed-table-cell-expected.txt
|
| +++ b/LayoutTests/fast/repaint/fixed-table-cell-expected.txt
|
| @@ -1,18 +1,18 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 2016.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 2016.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 200.00 200.00 100.00 100.00)
|
| - (rect 200.00 200.00 100.00 100.00)
|
| - (rect 50.00 200.00 100.00 100.00)
|
| - (rect 0.00 0.00 350.00 350.00)
|
| - (rect 0.00 0.00 350.00 350.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 2016],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 2016],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [200, 200, 100, 100],
|
| + [200, 200, 100, 100],
|
| + [50, 200, 100, 100],
|
| + [0, 0, 350, 350],
|
| + [0, 0, 350, 350]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|