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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/bugzilla-6278-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/platform/linux/paint/invalidation/bugzilla-6278-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/bugzilla-6278-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/bugzilla-6278-expected.txt
index 7c187c8bc29e6c5af2238d047b3b82f5b0c64595..81f01bba499b04eb86705a071b24cc4fd59fa396 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/bugzilla-6278-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/bugzilla-6278-expected.txt
@@ -7,6 +7,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 355, 300, 40],
+ "reason": "incremental"
+ },
+ {
"object": "LayoutBlockFlow DIV",
"rect": [10, 138, 292, 160],
"reason": "forced by layout"
@@ -51,6 +56,10 @@
],
"objectPaintInvalidations": [
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "incremental"
+ },
+ {
"object": "LayoutTableCell TD id='col1'",
"reason": "incremental"
},

Powered by Google App Engine
This is Rietveld 408576698