diff options
author | Walter Korman <wkorman@google.com> | 2015-11-17 14:07:00 -0800 |
---|---|---|
committer | Walter Korman <wkorman@google.com> | 2015-11-17 22:08:32 +0000 |
commit | 64d0353c3484b0bedebac5a53e0b8c173e382ed6 (patch) | |
tree | 01854d83a9fada5fd6bec08f25d4833258efb19b /third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.txt | |
parent | 64370e5eaf911e665b991361b0da1f9d5baa95b7 (diff) | |
download | chromium_src-64d0353c3484b0bedebac5a53e0b8c173e382ed6.zip chromium_src-64d0353c3484b0bedebac5a53e0b8c173e382ed6.tar.gz chromium_src-64d0353c3484b0bedebac5a53e0b8c173e382ed6.tar.bz2 |
Auto-rebaseline for r360144
https://chromium.googlesource.com/chromium/src/+/77b23ecd
BUG=529938
TBR=wangxianzhu@chromium.org
Review URL: https://codereview.chromium.org/1454953002 .
Cr-Commit-Position: refs/heads/master@{#360175}
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.txt new file mode 100644 index 0000000..c564a2d --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.txt @@ -0,0 +1,23 @@ +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [762, 8, 15, 300], + [8, 8, 769, 300], + [8, 8, 300, 300], + [8, 8, 300, 300] + ], + "paintInvalidationClients": [ + "LayoutBlockFlow DIV id='innerDiv'", + "VerticalScrollbar", + "LayoutBlockFlow DIV", + "LayoutBlockFlow DIV" + ] + } + ] +} + |