X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fcompositing%2Flayer-creation%2Foverlap-transformed-layer-with-transform-body-expected.txt;h=099a7f1d673eb8823304f15946dbd8c4f050bbf1;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=ff2d211d3e03e2c2d1fab55fc6ec6733d19ec569;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt b/src/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt index ff2d211..099a7f1 100644 --- a/src/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt +++ b/src/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt @@ -1,39 +1,44 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (children 1 - (GraphicsLayer - (position 8.00 8.00) - (bounds 784.00 584.00) - (drawsContent 1) - (children 2 - (GraphicsLayer - (position 15.00 0.00) - (transformOrigin 377.00 0.00) - (bounds 256.00 256.00) - (contentsOpaque 1) - (drawsContent 1) - (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [-10.00 0.00 0.00 1.00]) - (children 1 - (GraphicsLayer - (position 385.00 0.00) - ) - ) - ) - (GraphicsLayer - (bounds 300.00 300.00) - (contentsOpaque 1) - (drawsContent 1) - (backgroundColor #008000) - ) - ) - ) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "position": [8, 8], + "bounds": [784, 584], + "drawsContent": true, + "children": [ + { + "position": [15, 0], + "transformOrigin": [377, 0], + "bounds": [256, 256], + "contentsOpaque": true, + "drawsContent": true, + "transform": [ + [1, 0, 0, 0], + [0, 1, 0, 0], + [0, 0, 1, 0], + [-10, 0, 0, 1] + ], + "children": [ + { + "position": [385, 0] + } + ] + }, + { + "bounds": [300, 300], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#008000" + } + ] + } + ] + } + ] +}