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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-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-colgroup-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt
index b741bcacfc34b1f81097ad3483c1934b337a9c6a..81ee962596b0f787c038086a02e0119b1530dfda 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-border-width-expected.txt
@@ -6,6 +6,11 @@
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [7, 7, 167, 104],
+ "reason": "bounds change"
+ },
{
"object": "LayoutTableCol COLGROUP id='colgroup'",
"rect": [8, 8, 166, 102],
@@ -65,11 +70,6 @@
"object": "LayoutTable TABLE",
"rect": [169, 8, 5, 102],
"reason": "incremental"
- },
- {
- "object": "LayoutTableSection TBODY",
- "rect": [169, 9, 4, 100],
- "reason": "incremental"
}
]
}
@@ -109,7 +109,7 @@
},
{
"object": "LayoutTableSection TBODY",
- "reason": "incremental"
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD",

Powered by Google App Engine
This is Rietveld 408576698