Index: third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt |
deleted file mode 100644 |
index 98b5d5e37dbc99e83c9546b76b2d8339a1c4462e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt |
+++ /dev/null |
@@ -1,30 +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", |
- "rect": [185, 100, 15, 200], |
- "reason": "scroll" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "VerticalScrollbar", |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "reason": "scroll" |
- } |
- ] |
-} |
- |