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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt

Issue 2861373003: Let table row and section's self visual overflow cover whole collapsed borders (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/table/cached-change-row-border-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt
index a9bfbd63901f7bf43c7738fc891279daaec62e37..3454bb7ed0505f926fdb487b327e9d21ce9b7e00 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt
@@ -1,26 +1,32 @@
{
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutTableRow TR id='row'",
- "rect": [10, 10, 56, 50],
+ "rect": [8, 8, 60, 54],
"reason": "style change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableRow TR id='row'",
+ "reason": "style change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698