X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fwin-xp%2Ffast%2Frepaint%2Fborder-repaint-glitch-expected.txt;h=b4d64c3e33d156cee6efd66802eed7f43ad29156;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=40f8e204321b3ba0ae4d332be11b0631cbdaf39c;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/border-repaint-glitch-expected.txt b/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/border-repaint-glitch-expected.txt index 40f8e20..b4d64c3 100644 --- a/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/border-repaint-glitch-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/border-repaint-glitch-expected.txt @@ -1,19 +1,19 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 33.00 363.00 172.00 60.00) - (rect 33.00 363.00 172.00 40.00) - (rect 33.00 201.00 172.00 60.00) - (rect 33.00 201.00 172.00 40.00) - (rect 19.00 417.00 200.00 20.00) - (rect 19.00 255.00 200.00 20.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [33, 403, 172, 20], + [33, 241, 172, 20], + [19, 349, 200, 88], + [19, 349, 200, 68], + [19, 187, 200, 88], + [19, 187, 200, 68] + ] + } + ] +}