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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-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-tbody-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt
index 2b0dc2ab7922d237a969b8d98650dd9015d8441b..8367932471addc482254fd7b07a444d96754fdaf 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt
@@ -6,20 +6,15 @@
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
- {
- "object": "LayoutTable TABLE",
- "rect": [8, 159, 114, 2],
- "reason": "incremental"
- },
{
"object": "LayoutTableSection TBODY id='tbody'",
- "rect": [10, 10, 110, 100],
+ "rect": [8, 8, 114, 104],
"reason": "style change"
},
{
- "object": "LayoutTableSection TBODY id='tbody'",
- "rect": [9, 9, 107, 100],
- "reason": "style change"
+ "object": "LayoutTable TABLE",
+ "rect": [8, 159, 114, 2],
+ "reason": "incremental"
},
{
"object": "LayoutTableCell TD",

Powered by Google App Engine
This is Rietveld 408576698