X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fcompositing%2Fgeometry%2Fclip-inside-expected.txt;h=af3ca9d47e5da16cca8c60b840bd75d440579f7b;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=b2eeec0b3313ff58accf712209d0e8687e9275c6;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/compositing/geometry/clip-inside-expected.txt b/src/third_party/WebKit/LayoutTests/compositing/geometry/clip-inside-expected.txt index b2eeec0..af3ca9d 100644 --- a/src/third_party/WebKit/LayoutTests/compositing/geometry/clip-inside-expected.txt +++ b/src/third_party/WebKit/LayoutTests/compositing/geometry/clip-inside-expected.txt @@ -1,37 +1,47 @@ Test CSS clip with composited layers. Left and right sides should look the same. -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (children 2 - (GraphicsLayer - (position 25.00 35.00) - (transformOrigin 45.00 35.00) - (bounds 90.00 80.00) - (contentsOpaque 1) - (drawsContent 1) - (backgroundColor #808080) - (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] [0.00 0.00 1.00 1.00]) - ) - (GraphicsLayer - (position 225.00 35.00) - (bounds 90.00 80.00) - (children 1 - (GraphicsLayer - (position -15.00 -25.00) - (bounds 120.00 120.00) - (drawsContent 1) - (backgroundColor #00000033) - (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] [0.00 0.00 1.00 1.00]) - ) - ) - ) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "position": [25, 35], + "transformOrigin": [45, 35], + "bounds": [90, 80], + "contentsOpaque": true, + "drawsContent": true, + "backgroundColor": "#808080", + "transform": [ + [1, 0, 0, 0], + [0, 1, 0, 0], + [0, 0, 1, 0], + [0, 0, 1, 1] + ] + }, + { + "position": [225, 35], + "bounds": [90, 80], + "children": [ + { + "position": [-15, -25], + "bounds": [120, 120], + "drawsContent": true, + "backgroundColor": "#00000033", + "transform": [ + [1, 0, 0, 0], + [0, 1, 0, 0], + [0, 0, 1, 0], + [0, 0, 1, 1] + ] + } + ] + } + ] + } + ] +}