Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt
deleted file mode 100644
index 73bef46e216a7c3236231d3a2760c9816cf4e6dd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-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, 38, 100, 50],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow DIV class='sizedToGridArea'",
- "rect": [208, 38, 50, 50],
- "reason": "style change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV class='sizedToGridArea'",
- "reason": "style change"
- }
- ]
-}
-

Powered by Google App Engine