X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fmac%2Fsvg%2Frepaint%2Fimage-with-clip-path-expected.txt;h=3011288cbca74cace187c7c1c64ad8c90967d06e;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=339b73756a964f9b5fb021c992970c57f11a5988;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt b/src/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt index 339b737..3011288 100644 --- a/src/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt @@ -1,21 +1,29 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 175.00 25.00 50.00 50.00) - (rect 20.00 20.00 60.00 60.00) - (rect 20.00 20.00 60.00 60.00) - (rect 20.00 20.00 60.00 60.00) - (rect 0.00 75.00 233.00 5.00) - (rect 0.00 10.00 233.00 70.00) - (rect 0.00 0.00 10.00 10.00) - (rect 0.00 0.00 10.00 10.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [175, 25, 50, 50], + [175, 25, 50, 50], + [175, 25, 50, 50], + [20, 20, 60, 60], + [20, 20, 60, 60], + [20, 20, 60, 60], + [20, 20, 60, 60], + [20, 20, 60, 60], + [0, 75, 233, 5], + [0, 10, 233, 70], + [0, 0, 100, 100], + [0, 0, 100, 100], + [0, 0, 10, 10], + [0, 0, 10, 10], + [0, 0, 10, 10], + [0, 0, 10, 10] + ] + } + ] +}