Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt |
deleted file mode 100644 |
index 35923a3e9619be918eb7a2275e59b0df012a9c24..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV class='innerWrapper'", |
- "rect": [8, 18, 100, 190], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='red'", |
- "rect": [8, 18, 100, 190], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='ucp' class='green'", |
- "rect": [8, 18, 100, 190], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV class='innerWrapper'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='red'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='ucp' class='green'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |