diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt new file mode 100644 index 0000000..4e214a0 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt @@ -0,0 +1,33 @@ +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "repaintRects": [ + [762, 8, 15, 300], + [10, 8, 302, 300], + [10, 8, 302, 300], + [8, 8, 769, 300], + [8, 8, 306, 300], + [8, 8, 306, 300], + [8, 8, 306, 300], + [8, 8, 306, 300] + ], + "paintInvalidationClients": [ + "LayoutBlockFlow DIV id='innerDiv'", + "VerticalScrollbar", + "LayoutTable TABLE", + "LayoutTableCell TD", + "LayoutTableCell TD", + "LayoutTableSection TBODY", + "LayoutTableRow TR", + "LayoutTableCell TD", + "LayoutTableRow TR", + "LayoutTableCell TD" + ] + } + ] +} + |