X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fplatform%2Fandroid%2Fcss3%2Ffilters%2Feffect-reference-repaint-morphology-expected.txt;h=2c60a984491d05bdfa3d148d9612c4199a76ebcb;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f71d88dd190f4db5337451b4e5ef9c6d33cd4edb;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/platform/android/css3/filters/effect-reference-repaint-morphology-expected.txt b/src/third_party/WebKit/LayoutTests/platform/android/css3/filters/effect-reference-repaint-morphology-expected.txt index f71d88d..2c60a98 100644 --- a/src/third_party/WebKit/LayoutTests/platform/android/css3/filters/effect-reference-repaint-morphology-expected.txt +++ b/src/third_party/WebKit/LayoutTests/platform/android/css3/filters/effect-reference-repaint-morphology-expected.txt @@ -1,5 +1,15 @@ - (repaint rects - (rect 33 25 250 250) - (rect 33 25 250 250) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [33, 25, 250, 250], + [33, 25, 250, 250] + ] + } + ] +}