| Index: LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt b/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
|
| index ad716066f4b1010f3f12b01f53929e49603661a9..abd8c04abf2a04fff79f846133737a7bba4e8eb0 100644
|
| --- a/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
|
| +++ b/LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt
|
| @@ -1,62 +1,62 @@
|
| -(GraphicsLayer
|
| - (bounds 200.00 300.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 200.00 300.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 20.00 0.00 10.00 30.00)
|
| - (rect 0.00 20.00 30.00 10.00)
|
| - (rect 0.00 0.00 30.00 30.00)
|
| - (rect 0.00 0.00 20.00 20.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| -(GraphicsLayer
|
| - (bounds 300.00 300.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 300.00 300.00)
|
| - (contentsOpaque 1)
|
| - (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)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 25.00 0.00 5.00 30.00)
|
| - (rect 0.00 250.00 300.00 50.00)
|
| - (rect 0.00 25.00 30.00 5.00)
|
| - (rect 0.00 0.00 30.00 30.00)
|
| - (rect 0.00 0.00 25.00 25.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| -(GraphicsLayer
|
| - (bounds 250.00 250.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 250.00 250.00)
|
| - (contentsOpaque 1)
|
| - (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],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [20, 0, 10, 30],
|
| + [0, 20, 30, 10],
|
| + [0, 0, 30, 30],
|
| + [0, 0, 20, 20]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
| +{
|
| + "bounds": [300, 300],
|
| + "children": [
|
| + {
|
| + "bounds": [300, 300],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 0, 200, 300],
|
| + [0, 0, 200, 300]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
| +{
|
| + "bounds": [300, 250],
|
| + "children": [
|
| + {
|
| + "bounds": [300, 250],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [25, 0, 5, 30],
|
| + [0, 250, 300, 50],
|
| + [0, 25, 30, 5],
|
| + [0, 0, 30, 30],
|
| + [0, 0, 25, 25]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
| +{
|
| + "bounds": [250, 250],
|
| + "children": [
|
| + {
|
| + "bounds": [250, 250],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 0, 300, 250],
|
| + [0, 0, 250, 250]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|