X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fmac%2Ffast%2Frepaint%2Fjapanese-rl-selection-clear-expected.txt;h=0fa93ca8c4658ecba58499172cd28887df95b7ee;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=ce85674c20eb27b4a1db551ead662a77bbd705dd;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt b/src/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt index ce85674..0fa93ca 100644 --- a/src/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-clear-expected.txt @@ -1,15 +1,15 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 387.00 123.00 385.00 392.00) - (rect 387.00 23.00 385.00 554.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [387, 123, 385, 391], + [387, 23, 385, 554] + ] + } + ] +}