X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fmac-lion%2Ffast%2Frepaint%2Frepaint-across-writing-mode-boundary-expected.txt;h=d740cc4324c46c1083dcf350cb0763907757a434;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=42cfaf79bfe8c43659a3e1107ba3d969da29f55d;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt b/src/third_party/WebKit/LayoutTests/platform/mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt index 42cfaf7..d740cc4 100644 --- a/src/third_party/WebKit/LayoutTests/platform/mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt @@ -1,14 +1,14 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 548.00 191.00 24.00 37.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [548, 192, 23, 35] + ] + } + ] +}