Index: third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt |
deleted file mode 100644 |
index 64ed043c2c5f409524a6959bbe5a770617b95900..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-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 class='item'", |
- "rect": [148, 52, 52, 300], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='item'", |
- "rect": [124, 52, 52, 300], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='item'", |
- "rect": [24, 52, 52, 300], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='item'", |
- "rect": [0, 52, 52, 300], |
- "reason": "bounds change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV class='item'", |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='item'", |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "location change" |
- } |
- ] |
-} |
- |