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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-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-section-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt
index dcfaad3f0ba8302045bb20072b3fbf86b18c4faf..096a9c23f90f4915483deb98c0637c9fd922ff48 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt
@@ -7,6 +7,36 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 218, 60, 60],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 188, 60, 60],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 128, 60, 60],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 98, 60, 60],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 38, 60, 60],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 8, 60, 60],
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableCell TD class='half'",
"rect": [8, 353, 60, 38],
"reason": "bounds change"
@@ -72,6 +102,11 @@
"reason": "bounds change"
},
{
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 98, 60, 30],
+ "reason": "became invisible"
+ },
+ {
"object": "LayoutTableCell TD class='green half'",
"rect": [8, 68, 60, 30],
"reason": "bounds change"
@@ -100,6 +135,16 @@
"object": "LayoutTable TABLE",
"rect": [8, 372, 60, 19],
"reason": "incremental"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [12, 327, 52, 60],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [12, 312, 52, 60],
+ "reason": "bounds change"
}
]
}
@@ -110,6 +155,10 @@
"reason": "became invisible"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR",
"reason": "location change"
},
@@ -126,6 +175,10 @@
"reason": "bounds change"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "became invisible"
+ },
+ {
"object": "LayoutTableCell TD",
"reason": "became invisible"
},
@@ -134,6 +187,10 @@
"reason": "became invisible"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR",
"reason": "location change"
},
@@ -150,6 +207,10 @@
"reason": "bounds change"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR",
"reason": "location change"
},
@@ -170,6 +231,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR",
"reason": "location change"
},

Powered by Google App Engine
This is Rietveld 408576698