| Index: LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt b/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt
|
| index 16f927b71acb1438a0e19274c40c6590203f0289..727bde1ed7af33ac20edef19faf4168ec24409df 100644
|
| --- a/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt
|
| +++ b/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-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 60.00 214.00 236.00)
|
| - (rect 8.00 60.00 114.00 236.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 60, 214, 236],
|
| + [8, 60, 114, 236]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|