Index: third_party/WebKit/LayoutTests/fast/repaint/repaint-resized-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/repaint-resized-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/repaint-resized-overflow-expected.txt |
deleted file mode 100644 |
index ed144f42761aa8750ba423f6f39617ba4a326742..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/repaint-resized-overflow-expected.txt |
+++ /dev/null |
@@ -1,40 +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": [8, 204, 784, 52], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='s'", |
- "rect": [8, 200, 108, 56], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='s'", |
- "rect": [8, 204, 108, 52], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='s'", |
- "reason": "incremental" |
- } |
- ] |
-} |
- |