Index: third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt |
deleted file mode 100644 |
index 6a7573edc29f873151a01ad37c833470149bbd46..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-generated-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", |
- "rect": [8, 8, 100, 300], |
- "reason": "border box change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "border box change" |
- } |
- ] |
-} |
- |