Index: third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt |
deleted file mode 100644 |
index 9ba3fae6367936404a2681ab2751c60caf3071b3..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [808, 2016], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [808, 2016], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 0, 808, 2016], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "rect": [8, 8, 800, 2000], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "style change" |
- } |
- ] |
-} |
- |