Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt |
deleted file mode 100644 |
index 8973100f58b6cd77cfcfe7a9d5813b38c4d6ceb0..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt |
+++ /dev/null |
@@ -1,83 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV id='scroller' class='scroller'", |
- "position": [10, 60], |
- "bounds": [700, 400], |
- "shouldFlattenTransform": false, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "Scrolling Layer", |
- "bounds": [685, 385], |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "name": "Scrolling Contents Layer", |
- "bounds": [685, 600], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='block'", |
- "rect": [300, 200, 120, 50], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='block'", |
- "rect": [50, 200, 120, 50], |
- "reason": "bounds change" |
- } |
- ] |
- } |
- ] |
- }, |
- { |
- "name": "Overflow Controls Host Layer", |
- "bounds": [700, 400], |
- "children": [ |
- { |
- "name": "Horizontal Scrollbar Layer", |
- "position": [0, 385], |
- "bounds": [685, 15] |
- }, |
- { |
- "name": "Vertical Scrollbar Layer", |
- "position": [685, 0], |
- "bounds": [15, 385], |
- "paintInvalidations": [ |
- { |
- "object": "Vertical Scrollbar Layer", |
- "rect": [0, 0, 15, 385], |
- "reason": "full" |
- } |
- ] |
- }, |
- { |
- "name": "Scroll Corner Layer", |
- "position": [685, 385], |
- "bounds": [15, 15], |
- "drawsContent": true |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='block'", |
- "reason": "bounds change" |
- } |
- ] |
-} |
- |