| Index: LayoutTests/fast/repaint/body-background-image-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/body-background-image-expected.txt b/LayoutTests/fast/repaint/body-background-image-expected.txt
|
| index d39f2a8051bc137e037a3cc2dd4b7b3b8e6668fa..3df178aa60a4600360fdb8493a116f3e6439dbee 100644
|
| --- a/LayoutTests/fast/repaint/body-background-image-expected.txt
|
| +++ b/LayoutTests/fast/repaint/body-background-image-expected.txt
|
| @@ -1,16 +1,16 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 8.00 240.00 784.00 284.00)
|
| - (rect 8.00 240.00 784.00 284.00)
|
| - (rect 0.00 0.00 800.00 600.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 240, 784, 284],
|
| + [8, 240, 784, 284],
|
| + [0, 0, 800, 600]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|