Index: third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt |
deleted file mode 100644 |
index 3f7c62243512f2354cfd9df608ff713da7d43c8d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt |
+++ /dev/null |
@@ -1,43 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [308, 8, 100, 100], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [8, 8, 100, 100], |
- "reason": "bounds change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (floating) DIV id='node'", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow (floating) DIV", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "bounds change" |
- } |
- ] |
-} |
- |