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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-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-two-pass-layout-overpaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
index f4575e4d00d1a576b12c0daa4757c946abbf0c6a..5790b9580996af8311b2b69ef7b031da2c43c003 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
@@ -12,6 +12,11 @@
"reason": "incremental"
},
{
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 106, 106, 1],
+ "reason": "incremental"
+ },
+ {
"object": "LayoutTableCell TD",
"rect": [10, 104, 102, 1],
"reason": "incremental"
@@ -35,6 +40,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "incremental"
+ },
+ {
"object": "LayoutTableCell TD",
"reason": "incremental"
},

Powered by Google App Engine
This is Rietveld 408576698