| Index: LayoutTests/fast/repaint/absolute-position-moved-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/absolute-position-moved-expected.txt b/LayoutTests/fast/repaint/absolute-position-moved-expected.txt
|
| index 5831f5cff19184cb1b52a49fe5f29e960c155102..2b78800807e43f92458d7449872b9ef71700a69b 100644
|
| --- a/LayoutTests/fast/repaint/absolute-position-moved-expected.txt
|
| +++ b/LayoutTests/fast/repaint/absolute-position-moved-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 2016.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 2016.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 100.00 100.00 100.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 2016],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 2016],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [100, 100, 100, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|