diff options
author | wangxianzhu@google.com <wangxianzhu@google.com> | 2015-06-06 01:12:21 +0000 |
---|---|---|
committer | wangxianzhu@google.com <wangxianzhu@google.com> | 2015-06-06 01:12:21 +0000 |
commit | 07d869385b46d02440e898d987ca6fb1bcfb1658 (patch) | |
tree | ee4e6046a8e20fb7dd65f38b3a6ccb5ea8f545fc /third_party/WebKit/LayoutTests/compositing/repaint | |
parent | 2925c76966420fb3a88d588893cdf7ceede3b792 (diff) | |
download | chromium_src-07d869385b46d02440e898d987ca6fb1bcfb1658.zip chromium_src-07d869385b46d02440e898d987ca6fb1bcfb1658.tar.gz chromium_src-07d869385b46d02440e898d987ca6fb1bcfb1658.tar.bz2 |
Auto-rebaseline for r196534
http://src.chromium.org/viewvc/blink?view=revision&revision=196534
BUG=491993
TBR=wangxianzhu@chromium.org
Review URL: https://codereview.chromium.org/1165603004
git-svn-id: svn://svn.chromium.org/blink/trunk@196617 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/repaint')
-rw-r--r-- | third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt index 747870e..3927e94 100644 --- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt +++ b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt @@ -14,7 +14,8 @@ "backgroundColor": "#008000", "repaintRects": [ [0, 0, 70, 70], - [-30, -30, 50, 100] + [-30, -30, 50, 100], + [-30, -30, 50, 50] ], "children": [ { |