diff options
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" + ] + } + ] +} + |