Index: third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt |
deleted file mode 100644 |
index 8ed0b41690f9a8345b18d13ad876c07509e05a77..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt |
+++ /dev/null |
@@ -1,68 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "rect": [8, 50, 320, 120], |
- "reason": "border box change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "rect": [18, 145, 285, 15], |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "rect": [18, 145, 85, 15], |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "rect": [303, 60, 15, 85], |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "rect": [103, 60, 15, 85], |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "rect": [303, 145, 15, 15], |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "rect": [103, 145, 15, 15], |
- "reason": "scroll" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "reason": "border box change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='scrollable'", |
- "reason": "scroll" |
- }, |
- { |
- "object": "HorizontalScrollbar", |
- "reason": "scroll" |
- }, |
- { |
- "object": "VerticalScrollbar", |
- "reason": "scroll" |
- } |
- ] |
-} |
- |