X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fvirtual%2Fsoftwarecompositing%2Fbacking%2Fno-backing-for-clip-expected.txt;h=012c8f98625681e4159a1235b4b3c4c8967ebb30;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=0fb261c1efd8674d4be83bbeaae0cc82c28d4c69;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt b/src/third_party/WebKit/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt index 0fb261c..012c8f9 100644 --- a/src/third_party/WebKit/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt +++ b/src/third_party/WebKit/LayoutTests/virtual/softwarecompositing/backing/no-backing-for-clip-expected.txt @@ -1,46 +1,46 @@ This layer should not have backing store. This layer should not have backing store. -(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 342.00 240.00) - (children 1 - (GraphicsLayer - (position 1.00 1.00) - (bounds 340.00 238.00) - (children 1 - (GraphicsLayer - (position 20.00 38.00) - (bounds 342.00 180.00) - (children 1 - (GraphicsLayer - (position 1.00 1.00) - (bounds 340.00 178.00) - (children 1 - (GraphicsLayer - (position 30.00 48.00) - (bounds 100.00 100.00) - (contentsOpaque 1) - (drawsContent 1) - (backgroundColor #C0C0C0) - ) - ) - ) - ) - ) - ) - ) - ) - ) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "position": [8, 8], + "bounds": [342, 240], + "children": [ + { + "position": [1, 1], + "bounds": [340, 238], + "children": [ + { + "position": [20, 38], + "bounds": [342, 180], + "children": [ + { + "position": [1, 1], + "bounds": [340, 178], + "children": [ + { + "position": [30, 48], + "bounds": [100, 100], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#C0C0C0" + } + ] + } + ] + } + ] + } + ] + } + ] + } + ] +}