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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-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/cached-cell-append-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt
index 59ef75658d3ae70975b6d3b6ca41b3856139d41a..86200d47250df393e166ced5a6c7aa750b5ad8f5 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt
@@ -12,6 +12,11 @@
"reason": "incremental"
},
{
+ "object": "LayoutTableSection TBODY",
+ "rect": [10, 11, 115, 50],
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableCell TD",
"rect": [64, 8, 64, 56],
"reason": "layoutObject insertion"
@@ -25,17 +30,22 @@
"object": "LayoutTableCell TD",
"rect": [8, 8, 62, 56],
"reason": "location change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [10, 10, 56, 50],
+ "reason": "bounds change"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutTableCell TD",
+ "object": "LayoutTableSection TBODY",
"reason": "style change"
},
{
- "object": "LayoutTableCell TD",
+ "object": "LayoutTableSection TBODY",
"reason": "style change"
},
{
@@ -43,6 +53,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR id='row'",
"reason": "location change"
},

Powered by Google App Engine
This is Rietveld 408576698