X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Frepaint%2Fwindow-resize-positioned-bottom-expected.txt;h=6f09641beff556ebad1f4fadc3821d06cbaefa86;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=1de86f52d282c97d04b7559fef4e393227b97710;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt b/src/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt index 1de86f5..6f09641 100644 --- a/src/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt @@ -1,57 +1,57 @@ -(GraphicsLayer - (bounds 200.00 300.00) - (children 1 - (GraphicsLayer - (bounds 200.00 300.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 0.00 160.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 0.00 260.00 20.00 20.00) - (rect 0.00 250.00 300.00 50.00) - (rect 0.00 210.00 20.00 20.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": [ + [0, 260, 20, 20], + [0, 200, 200, 100], + [0, 160, 20, 20] + ] + } + ] +} +{ + "bounds": [300, 300], + "children": [ + { + "bounds": [300, 300], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [0, 0, 300, 300], + [0, 0, 200, 300] + ] + } + ] +} +{ + "bounds": [300, 250], + "children": [ + { + "bounds": [300, 250], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [0, 210, 20, 20] + ] + } + ] +} +{ + "bounds": [250, 250], + "children": [ + { + "bounds": [250, 250], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [0, 0, 300, 250], + [0, 0, 250, 250] + ] + } + ] +}