X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Flinux%2Fsvg%2Fcustom%2Ftext-xy-updates-SVGList-expected.txt;h=cce3985b304ed116e7027f8502785dbcfe10ac51;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=68072a1af993d42ccf321e9f9d40b3414d36f3d5;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-xy-updates-SVGList-expected.txt b/src/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-xy-updates-SVGList-expected.txt index 68072a1..cce3985 100644 --- a/src/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-xy-updates-SVGList-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-xy-updates-SVGList-expected.txt @@ -1,17 +1,17 @@ -(GraphicsLayer - (bounds 808.00 621.00) - (children 1 - (GraphicsLayer - (bounds 808.00 621.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 208.00 13.00 161.00 19.00) - (rect 208.00 13.00 161.00 19.00) - (rect 18.00 193.00 161.00 19.00) - (rect 18.00 193.00 161.00 19.00) - ) - ) - ) -) +{ + "bounds": [808, 621], + "children": [ + { + "bounds": [808, 621], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [208, 13, 161, 19], + [208, 13, 161, 19], + [18, 193, 161, 19], + [18, 193, 161, 19] + ] + } + ] +}