X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fmac%2Fcompositing%2Frtl%2Frtl-iframe-fixed-overflow-scrolled-expected.txt;h=ac575b6d52adffb37608e9a05c7f708a1c74007a;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=8b9fa729304399f20ac025c59c6743d780b66f22;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/mac/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt b/src/third_party/WebKit/LayoutTests/platform/mac/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt index 8b9fa72..ac575b6 100644 --- a/src/third_party/WebKit/LayoutTests/platform/mac/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/mac/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt @@ -1,87 +1,88 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (children 1 - (GraphicsLayer - (bounds 400.00 400.00) - (drawsContent 1) - (children 1 - (GraphicsLayer - (children 4 - (GraphicsLayer - (bounds 385.00 385.00) - (children 1 - (GraphicsLayer - (children 1 - (GraphicsLayer - (position -615.00 0.00) - (bounds 1000.00 1000.00) - (children 1 - (GraphicsLayer - (bounds 1000.00 1000.00) - (drawsContent 1) - (children 1 - (GraphicsLayer - (position 665.00 50.00) - (bounds 100.00 100.00) - (contentsOpaque 1) - (drawsContent 1) - (backgroundColor #008000) - ) - ) - ) - ) - ) - ) - ) - ) - ) - (GraphicsLayer - (bounds 15.00 385.00) - ) - (GraphicsLayer - (position 15.00 385.00) - (bounds 385.00 15.00) - ) - (GraphicsLayer - (position 0.00 385.00) - (bounds 15.00 15.00) - (drawsContent 1) - ) - ) - ) - ) - ) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "bounds": [400, 400], + "drawsContent": true, + "children": [ + { + "children": [ + { + "bounds": [385, 385], + "children": [ + { + "children": [ + { + "position": [-615, 0], + "bounds": [1000, 1000], + "children": [ + { + "bounds": [1000, 1000], + "drawsContent": true, + "children": [ + { + "position": [665, 50], + "bounds": [100, 100], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#008000" + } + ] + } + ] + } + ] + } + ] + }, + { + "position": [0, 385], + "bounds": [385, 15] + }, + { + "position": [385, 0], + "bounds": [15, 385] + }, + { + "position": [385, 385], + "bounds": [15, 15], + "drawsContent": true + } + ] + } + ] + } + ] + } + ] +} -------- Frame: '-->' -------- -(GraphicsLayer - (position -615.00 0.00) - (bounds 1000.00 1000.00) - (children 1 - (GraphicsLayer - (bounds 1000.00 1000.00) - (drawsContent 1) - (children 1 - (GraphicsLayer - (position 665.00 50.00) - (bounds 100.00 100.00) - (contentsOpaque 1) - (drawsContent 1) - (backgroundColor #008000) - ) - ) - ) - ) -) +{ + "position": [-615, 0], + "bounds": [1000, 1000], + "children": [ + { + "bounds": [1000, 1000], + "drawsContent": true, + "children": [ + { + "position": [665, 50], + "bounds": [100, 100], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#008000" + } + ] + } + ] +}