X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fwin-xp%2Ffast%2Frepaint%2Fsearch-field-cancel-expected.txt;h=01636b74927c7ee1a5e89eef3f9dd70816d54140;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=34e0ede8834b197db1f672fd186eee2e6f224776;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/search-field-cancel-expected.txt b/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/search-field-cancel-expected.txt index 34e0ede..01636b7 100644 --- a/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/search-field-cancel-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/win-xp/fast/repaint/search-field-cancel-expected.txt @@ -1,15 +1,14 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 14.00 49.00 135.00 16.00) - (rect 13.00 49.00 149.00 16.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [12, 47, 135, 16] + ] + } + ] +}