X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fmac-snowleopard%2Fvirtual%2Fsoftwarecompositing%2Frtl%2Frtl-iframe-absolute-overflow-scrolled-expected.txt;h=7002d605ffe20e51e1de4dbeb2744010b08b15d2;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=6a205c9e524ae8d081c5b978e856c4171edff746;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt b/src/third_party/WebKit/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt index 6a205c9..7002d60 100644 --- a/src/third_party/WebKit/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt @@ -1,89 +1,90 @@ -(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 51.00 50.00) - (bounds 100.00 100.00) - (contentsOpaque 1) - (drawsContent 1) - (backgroundColor #008000) - ) - ) - ) - ) - ) - ) - ) - ) - ) - (GraphicsLayer - (bounds 15.00 385.00) - (drawsContent 1) - ) - (GraphicsLayer - (position 15.00 385.00) - (bounds 385.00 15.00) - (drawsContent 1) - ) - (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": [51, 50], + "bounds": [100, 100], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#008000" + } + ] + } + ] + } + ] + } + ] + }, + { + "position": [0, 385], + "bounds": [385, 15], + "drawsContent": true + }, + { + "position": [385, 0], + "bounds": [15, 385], + "drawsContent": true + }, + { + "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 51.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": [51, 50], + "bounds": [100, 100], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#008000" + } + ] + } + ] +}