| Index: LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt b/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
|
| index d1ebb730a565976d58f4a0f41d02fd090b577e05..0ac5fb7860a978e2dcac28f1fe09bda1d4d9b2cb 100644
|
| --- a/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
|
| +++ b/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
|
| @@ -1,50 +1,49 @@
|
| -(GraphicsLayer
|
| - (bounds 200.00 300.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 200.00 300.00)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - )
|
| - )
|
| - )
|
| -)
|
| -(GraphicsLayer
|
| - (bounds 300.00 300.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 300.00 300.00)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 0.00 0.00 200.00 300.00)
|
| - (rect 0.00 0.00 200.00 300.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| -(GraphicsLayer
|
| - (bounds 300.00 250.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 300.00 250.00)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 0.00 250.00 300.00 50.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| -(GraphicsLayer
|
| - (bounds 250.00 250.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 250.00 250.00)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 0.00 0.00 300.00 250.00)
|
| - (rect 0.00 0.00 250.00 250.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [200, 300],
|
| + "children": [
|
| + {
|
| + "bounds": [200, 300],
|
| + "drawsContent": true,
|
| + "repaintRects": []
|
| + }
|
| + ]
|
| +}
|
| +{
|
| + "bounds": [300, 300],
|
| + "children": [
|
| + {
|
| + "bounds": [300, 300],
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 0, 200, 300],
|
| + [0, 0, 200, 300]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
| +{
|
| + "bounds": [300, 250],
|
| + "children": [
|
| + {
|
| + "bounds": [300, 250],
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 250, 300, 50]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
| +{
|
| + "bounds": [250, 250],
|
| + "children": [
|
| + {
|
| + "bounds": [250, 250],
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 0, 300, 250],
|
| + [0, 0, 250, 250]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|