Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
deleted file mode 100644 |
index 1623f8be601b083ec6b18cc2e9bf82e9338babc6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 2016], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 2016], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (relative positioned) DIV class='relative green'", |
- "rect": [108, 108, 100, 100], |
- "reason": "became visible" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='overflowParent' class='absolute green'", |
- "rect": [8, 8, 100, 100], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='overflowParent' class='absolute green'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow (relative positioned) DIV class='relative green'", |
- "reason": "became visible" |
- } |
- ] |
-} |
- |