X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fmac-snowleopard%2Ffast%2Frepaint%2Frepaint-during-scroll-with-zoom-expected.txt;h=0fad5f7c765f5412093ffb813944fb40d4192353;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=2ce6a33c3a154581d1942ca81c750a4dee52f0b4;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt b/src/third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt index 2ce6a33..0fad5f7 100644 --- a/src/third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt @@ -1,20 +1,20 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 237.00 79.00 15.00 191.00) - (rect 237.00 66.00 15.00 26.00) - (rect 237.00 65.00 15.00 14.00) - (rect 16.00 300.00 191.00 15.00) - (rect 3.00 300.00 26.00 15.00) - (rect 2.00 300.00 14.00 15.00) - (rect 2.00 65.00 235.00 235.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [237, 79, 15, 191], + [237, 66, 15, 26], + [237, 65, 15, 14], + [16, 300, 191, 15], + [3, 300, 26, 15], + [2, 300, 14, 15], + [2, 65, 235, 235] + ] + } + ] +}