diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2014-06-21 20:27:19 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2014-06-21 20:27:19 +0000 |
commit | cc9bd5624599cff15f872610dc2ab762cb9c55d8 (patch) | |
tree | 8dfc8d891962992ea465e3639e2d52e39af2fbf2 /third_party/WebKit/LayoutTests/platform/linux/css3/flexbox | |
parent | 0c3939c3ba65b79b6ff7a8215295e93f60c9e720 (diff) | |
download | chromium_src-cc9bd5624599cff15f872610dc2ab762cb9c55d8.zip chromium_src-cc9bd5624599cff15f872610dc2ab762cb9c55d8.tar.gz chromium_src-cc9bd5624599cff15f872610dc2ab762cb9c55d8.tar.bz2 |
Auto-rebaseline for r176651
http://src.chromium.org/viewvc/blink?view=revision&revision=176651
BUG=381221
TBR=wangxianzhu@chromium.org
Review URL: https://codereview.chromium.org/347223003
git-svn-id: svn://svn.chromium.org/blink/trunk@176690 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/platform/linux/css3/flexbox')
-rw-r--r-- | third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt | 52 | ||||
-rw-r--r-- | third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt | 30 |
2 files changed, 41 insertions, 41 deletions
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt index 35edbba..b8be972 100644 --- a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt +++ b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt @@ -1,27 +1,27 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 400.00 128.00 392.00 160.00) - (rect 400.00 128.00 392.00 160.00) - (rect 148.00 128.00 644.00 100.00) - (rect 148.00 128.00 644.00 100.00) - (rect 148.00 128.00 644.00 100.00) - (rect 148.00 128.00 644.00 100.00) - (rect 148.00 128.00 252.00 160.00) - (rect 139.00 128.00 653.00 100.00) - (rect 139.00 128.00 653.00 100.00) - (rect 139.00 128.00 9.00 100.00) - (rect 8.00 228.00 784.00 60.00) - (rect 8.00 228.00 784.00 60.00) - (rect 8.00 228.00 392.00 60.00) - (rect 0.00 236.00 800.00 60.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [400, 128, 392, 160], + [400, 128, 392, 160], + [148, 128, 644, 100], + [148, 128, 644, 100], + [148, 128, 644, 100], + [148, 128, 644, 100], + [148, 128, 252, 160], + [139, 128, 653, 100], + [139, 128, 653, 100], + [139, 128, 9, 100], + [8, 228, 784, 60], + [8, 228, 784, 60], + [8, 228, 392, 60], + [0, 236, 800, 60] + ] + } + ] +} diff --git a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt index e34fd02..1e857e6 100644 --- a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt +++ b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt @@ -1,16 +1,16 @@ -(GraphicsLayer - (bounds 800.00 600.00) - (children 1 - (GraphicsLayer - (bounds 800.00 600.00) - (contentsOpaque 1) - (drawsContent 1) - (repaint rects - (rect 712.00 8.00 80.00 24.00) - (rect 712.00 8.00 80.00 24.00) - (rect 712.00 8.00 80.00 20.00) - ) - ) - ) -) +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [712, 8, 80, 24], + [712, 8, 80, 24], + [712, 8, 80, 20] + ] + } + ] +} |