X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fmac%2Ffast%2Frepaint%2Fchange-text-content-and-background-color-expected.txt;h=59f5bf21c516dc12bdd8277fbb16e65bb01841a9;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=50e50f2a6d94e27dee0ff10e0b27aecd7353aa6a;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt b/src/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt index 50e50f2..59f5bf2 100644 --- a/src/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/change-text-content-and-background-color-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 30.00 32.00 200.00 23.00) - (rect 8.00 10.00 244.00 67.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [30, 30, 200, 23], + [8, 8, 244, 67] + ] + } + ] +}