Index: third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt |
deleted file mode 100644 |
index dfc68e03dccf8d310e53e76f2acd4a56a3d96dab..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "rect": [8, 8, 40, 20], |
- "reason": "became invisible" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "reason": "became invisible" |
- } |
- ] |
-} |
- |