Index: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt |
deleted file mode 100644 |
index b06a918ca9bad93b25f0212a81ecb9cd8cb7bfc5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt |
+++ /dev/null |
@@ -1,78 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow DIV id='scroller'", |
- "position": [8, 8], |
- "bounds": [200, 200], |
- "shouldFlattenTransform": false, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "Scrolling Layer", |
- "bounds": [185, 185], |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "name": "Scrolling Contents Layer", |
- "bounds": [185, 1200], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='indicator'", |
- "rect": [0, 0, 185, 200], |
- "reason": "style change" |
- } |
- ] |
- } |
- ] |
- }, |
- { |
- "name": "Overflow Controls Host Layer", |
- "bounds": [200, 200], |
- "children": [ |
- { |
- "name": "Horizontal Scrollbar Layer", |
- "position": [0, 185], |
- "bounds": [185, 15] |
- }, |
- { |
- "name": "Vertical Scrollbar Layer", |
- "position": [185, 0], |
- "bounds": [15, 185], |
- "paintInvalidations": [ |
- { |
- "object": "Vertical Scrollbar Layer", |
- "rect": [0, 0, 15, 185], |
- "reason": "full" |
- } |
- ] |
- }, |
- { |
- "name": "Scroll Corner Layer", |
- "position": [185, 185], |
- "bounds": [15, 15], |
- "drawsContent": true |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='indicator'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |