Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/add-table-overpaint-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/add-table-overpaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/add-table-overpaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/add-table-overpaint-expected.txt
index 8d4ba02aa51893f426200108204e9ee6d3a8c196..5aad8cc1c0a7643bb84f3a6a2d184f9672ccf307 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/add-table-overpaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/add-table-overpaint-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [0, 312, 800, 156],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}
@@ -17,23 +17,23 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow DIV",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutTable TABLE",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutTableSection TBODY",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutTableRow TR",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutTableCell TD",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698