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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-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/repaint-table-row-in-composited-document-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt
index 1cff39f10f06eeb84b207bd459e7e435f0a393e1..de486c447339e68dde0bb43496a1676652543a95 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt
@@ -7,6 +7,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutTableSection TBODY",
+ "rect": [50, 262, 412, 150],
+ "reason": "incremental"
+ },
+ {
"object": "LayoutTableCell TD",
"rect": [256, 306, 204, 104],
"reason": "bounds change"
@@ -36,6 +41,10 @@
],
"objectPaintInvalidations": [
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "incremental"
+ },
+ {
"object": "LayoutTableCell TD id='target'",
"reason": "incremental"
},

Powered by Google App Engine
This is Rietveld 408576698