diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt new file mode 100644 index 0000000..f99c2df --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt @@ -0,0 +1,61 @@ +{ + "bounds": [800, 600], + "children": [ + { + "bounds": [800, 600], + "contentsOpaque": true, + "drawsContent": true, + "children": [ + { + "position": [10, 60], + "bounds": [300, 400], + "drawsContent": true, + "repaintRects": [ + [50, 160, 200, 50], + [50, 50, 200, 50] + ], + "children": [ + { + "bounds": [285, 385], + "children": [ + { + "bounds": [285, 900], + "shouldFlattenTransform": false, + "drawsContent": true, + "repaintRects": [ + [50, 310, 200, 50], + [50, 200, 200, 50] + ], + "paintInvalidationClients": [ + "LayoutBlockFlow (positioned) DIV id='block'" + ] + } + ] + }, + { + "children": [ + { + "position": [0, 385], + "bounds": [285, 15] + }, + { + "position": [285, 0], + "bounds": [15, 385], + "repaintRects": [ + [0, 0, 15, 385] + ] + }, + { + "position": [285, 385], + "bounds": [15, 15], + "drawsContent": true + } + ] + } + ] + } + ] + } + ] +} + |