X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fmac%2Fcompositing%2Foverflow%2Fscrolling-without-painting-expected.txt;h=5bb4b2d6427cb5c3af4cb3896e4068fd54d11943;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=29c8d01c76775c00a91f728ddd7d731ee9477bd6;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/scrolling-without-painting-expected.txt b/src/third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/scrolling-without-painting-expected.txt index 29c8d01..5bb4b2d 100644 --- a/src/third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/scrolling-without-painting-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/scrolling-without-painting-expected.txt @@ -1,53 +1,58 @@ -(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 202.00 202.00) - (drawsContent 1) - (children 4 - (GraphicsLayer - (position 1.00 1.00) - (bounds 185.00 185.00) - (children 1 - (GraphicsLayer - (bounds 185.00 1025.00) - (shouldFlattenTransform 0) - (drawsContent 1) - (children 1 - (GraphicsLayer - ) - ) - ) - ) - ) - (GraphicsLayer - (position 1.00 186.00) - (bounds 185.00 15.00) - ) - (GraphicsLayer - (position 186.00 1.00) - (bounds 15.00 185.00) - (repaint rects - (rect 0.00 0.00 15.00 185.00) - (rect 0.00 0.00 15.00 185.00) - (rect 0.00 0.00 15.00 185.00) - ) - ) - (GraphicsLayer - (position 186.00 186.00) - (bounds 15.00 15.00) - (drawsContent 1) - ) - ) - ) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "position": [8, 8], + "bounds": [202, 202], + "drawsContent": true, + "children": [ + { + "position": [1, 1], + "bounds": [185, 185], + "children": [ + { + "bounds": [185, 1025], + "shouldFlattenTransform": false, + "drawsContent": true, + "children": [ + { + "shouldFlattenTransform": false + } + ] + } + ] + }, + { + "children": [ + { + "position": [1, 186], + "bounds": [185, 15] + }, + { + "position": [186, 1], + "bounds": [15, 185], + "repaintRects": [ + [0, 0, 15, 185], + [0, 0, 15, 185], + [0, 0, 15, 185] + ] + }, + { + "position": [186, 186], + "bounds": [15, 15], + "drawsContent": true + } + ] + } + ] + } + ] + } + ] +}