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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt

Issue 2791433003: Fix Border collapsing with colpsan / rowspan cells
Patch Set: bug 2902 Created 3 years, 8 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-section-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt
index b2233e6d497a7726d0e435f6dcf4eb91a2c13d63..06ebfbd1befa933615bc48a6394e56e0a4b5bf46 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt
@@ -22,9 +22,19 @@
"reason": "bounds change"
},
{
+ "object": "LayoutTableSection TBODY",
+ "rect": [58, 58, 50, 100],
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableCell TD",
"rect": [58, 8, 50, 100],
"reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [58, 8, 50, 100],
+ "reason": "bounds change"
}
]
}
@@ -32,7 +42,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutTableSection TBODY",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutTableRow TR",

Powered by Google App Engine
This is Rietveld 408576698