Index: third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt |
deleted file mode 100644 |
index fc4ecdc2e7e8b2f34f69a4a73a6d32288e6f281a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt |
+++ /dev/null |
@@ -1,53 +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": [19, 329, 200, 60], |
- "reason": "border box change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [19, 169, 200, 60], |
- "reason": "border box change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='b'", |
- "rect": [29, 369, 180, 20], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='a'", |
- "rect": [29, 209, 180, 20], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "border box change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='a'", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "border box change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='b'", |
- "reason": "incremental" |
- } |
- ] |
-} |
- |