Index: third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-after-display-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-after-display-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-after-display-expected.txt |
deleted file mode 100644 |
index dcc5a95983c9762771f9edcda2395edb8abd6e0c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-after-display-expected.txt |
+++ /dev/null |
@@ -1,35 +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='box' class='green box'", |
- "rect": [300, 8, 329, 329], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'", |
- "rect": [300, 8, 200, 200], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='box' class='green box'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |