X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fcompositing%2Fsquashing%2Fsquashing-sparsity-heuristic-expected.txt;h=fbe402c66902b43bf5e025593cd4163e76a15aff;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=4da67904f91d3a7f56ba115b037e60a9dda733da;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/compositing/squashing/squashing-sparsity-heuristic-expected.txt b/src/third_party/WebKit/LayoutTests/compositing/squashing/squashing-sparsity-heuristic-expected.txt index 4da6790..fbe402c 100644 --- a/src/third_party/WebKit/LayoutTests/compositing/squashing/squashing-sparsity-heuristic-expected.txt +++ b/src/third_party/WebKit/LayoutTests/compositing/squashing/squashing-sparsity-heuristic-expected.txt @@ -1,45 +1,45 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (children 2 - (GraphicsLayer - (children 2 - (GraphicsLayer - (position 60.00 60.00) - (bounds 400.00 400.00) - (contentsOpaque 1) - (drawsContent 1) - (backgroundColor #808080) - ) - (GraphicsLayer - (position 140.00 140.00) - (bounds 10.00 10.00) - (drawsContent 1) - ) - ) - ) - (GraphicsLayer - (children 2 - (GraphicsLayer - (position 220.00 220.00) - (bounds 10.00 10.00) - (contentsOpaque 1) - (drawsContent 1) - (backgroundColor #00FF00) - ) - (GraphicsLayer - (position 220.00 300.00) - (bounds 25.00 10.00) - (drawsContent 1) - ) - ) - ) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "children": [ + { + "position": [60, 60], + "bounds": [400, 400], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#808080" + }, + { + "position": [140, 140], + "bounds": [10, 10], + "drawsContent": true + } + ] + }, + { + "children": [ + { + "position": [220, 220], + "bounds": [10, 10], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#00FF00" + }, + { + "position": [220, 300], + "bounds": [25, 10], + "drawsContent": true + } + ] + } + ] + } + ] +}