X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Frepaint%2Fwindow-resize-no-layout-change2-expected.txt;h=9ba4c5249d1903bed7391d360ec86dfd3c5dcc38;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=1f0179083caae1e115854a42b0a1e61c93b36c48;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt b/src/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt index 1f01790..9ba4c52 100644 --- a/src/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt @@ -1,55 +1,55 @@ -(GraphicsLayer - (bounds 2008.00 2008.00) - (children 1 - (GraphicsLayer - (bounds 2008.00 2008.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 0.00 200.00 200.00 100.00) - ) - ) - ) -) -(GraphicsLayer - (bounds 2008.00 2008.00) - (children 1 - (GraphicsLayer - (bounds 2008.00 2008.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 0.00 0.00 2008.00 2008.00) - (rect 0.00 0.00 300.00 300.00) - ) - ) - ) -) -(GraphicsLayer - (bounds 2008.00 2008.00) - (children 1 - (GraphicsLayer - (bounds 2008.00 2008.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 0.00 250.00 300.00 50.00) - ) - ) - ) -) -(GraphicsLayer - (bounds 2008.00 2008.00) - (children 1 - (GraphicsLayer - (bounds 2008.00 2008.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 0.00 0.00 2008.00 2008.00) - (rect 0.00 0.00 250.00 250.00) - ) - ) - ) -) +{ + "bounds": [2008, 2008], + "children": [ + { + "bounds": [2008, 2008], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [0, 200, 200, 100] + ] + } + ] +} +{ + "bounds": [2008, 2008], + "children": [ + { + "bounds": [2008, 2008], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [0, 0, 2008, 2008], + [0, 0, 300, 300] + ] + } + ] +} +{ + "bounds": [2008, 2008], + "children": [ + { + "bounds": [2008, 2008], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [0, 250, 300, 50] + ] + } + ] +} +{ + "bounds": [2008, 2008], + "children": [ + { + "bounds": [2008, 2008], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [0, 0, 2008, 2008], + [0, 0, 250, 250] + ] + } + ] +}