X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fwin-xp%2Ffast%2Frepaint%2Ftransform-repaint-descendants-expected.txt;h=7b2ff09734fae6d09282df883393e743456a27f9;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=72d51c26cd338a55e0ebaa8d9b40f31583f75cc3;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/transform-repaint-descendants-expected.txt b/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/transform-repaint-descendants-expected.txt index 72d51c2..7b2ff09 100644 --- a/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/transform-repaint-descendants-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/transform-repaint-descendants-expected.txt @@ -1,16 +1,17 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 176.00 220.00 394.00 185.00) - (rect 79.00 123.00 260.00 260.00) - (rect 76.00 120.00 266.00 266.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [176, 220, 394, 185], + [176, 220, 388, 203], + [79, 123, 260, 260], + [76, 120, 266, 266] + ] + } + ] +}