X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Frepaint%2Fborder-radius-repaint-expected.txt;h=6bde695f44745a370bef803b8339ffd69e48f437;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f6c1e81767fc1bafbc659a3d9bfba218894719f6;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-expected.txt b/src/third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-expected.txt index f6c1e81..6bde695 100644 --- a/src/third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-expected.txt @@ -1,19 +1,19 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 33.00 253.00 172.00 60.00) - (rect 33.00 253.00 172.00 40.00) - (rect 33.00 93.00 172.00 60.00) - (rect 33.00 93.00 172.00 40.00) - (rect 19.00 307.00 200.00 20.00) - (rect 19.00 147.00 200.00 20.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [33, 293, 172, 20], + [33, 133, 172, 20], + [19, 239, 200, 88], + [19, 239, 200, 68], + [19, 79, 200, 88], + [19, 79, 200, 68] + ] + } + ] +}