X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Flinux%2Ffast%2Frepaint%2Fcreate-layer-repaint-expected.txt;h=7ce34e2bae0d71c04ea6311f25659439bfa6aaa2;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=b218e5e135a9545d3adfd74f0cf4d5a50dd673e6;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt b/src/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt index b218e5e..7ce34e2 100644 --- a/src/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/create-layer-repaint-expected.txt @@ -1,16 +1,15 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 28.00 56.00 500.00 50.00) - (rect 28.00 56.00 500.00 50.00) - (rect 28.00 56.00 250.00 50.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [28, 56, 500, 50], + [28, 56, 250, 50] + ] + } + ] +}