X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fcompositing%2Fsquashing%2Fresize-squashing-layer-that-needs-full-repaint-expected.txt;h=85a68bae891cbc647a6da6a173ad5d4fde5bcd3e;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=d7fb1e0e72a5402af1d9f9185bf91007a7dd7c81;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt b/src/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt index d7fb1e0..85a68ba 100644 --- a/src/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt +++ b/src/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt @@ -1,31 +1,32 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (children 1 - (GraphicsLayer - (children 2 - (GraphicsLayer - (position 8.00 8.00) - (bounds 500.00 500.00) - ) - (GraphicsLayer - (position 55.00 55.00) - (bounds 500.00 500.00) - (drawsContent 1) - (repaint rects - (rect 55.00 55.00 500.00 500.00) - (rect 0.00 0.00 500.00 500.00) - (rect 0.00 0.00 50.00 50.00) - ) - ) - ) - ) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "children": [ + { + "position": [8, 8], + "bounds": [500, 500] + }, + { + "position": [55, 55], + "bounds": [500, 500], + "drawsContent": true, + "repaintRects": [ + [55, 55, 500, 500], + [0, 0, 500, 500], + [0, 0, 500, 500], + [0, 0, 50, 50] + ] + } + ] + } + ] + } + ] +}