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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-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/collapsed-border-cell-resize-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
index b34767dffb96b32d7584ccaf38781c1fb94bde17..56a28955bc7e05055f03ef11c74e38af1d067fcd 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
@@ -10,12 +10,21 @@
"object": "LayoutTableCell TD id='target'",
"rect": [8, 8, 104, 204],
"reason": "border box change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 111, 103, 100],
+ "reason": "incremental"
}
]
}
],
"objectPaintInvalidations": [
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "incremental"
+ },
+ {
"object": "LayoutTableCell TD id='target'",
"reason": "border box change"
}

Powered by Google App Engine
This is Rietveld 408576698