Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt |
deleted file mode 100644 |
index e9469c466b4be0b38bd797c09f5bf43bd8d91011..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt |
+++ /dev/null |
@@ -1,31 +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='sizedToGridArea'", |
- "rect": [8, 88, 100, 100], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='sizedToGridArea'", |
- "rect": [8, 38, 100, 50], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV class='sizedToGridArea'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |