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

Unified Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/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/virtual/disable-spinvalidation/paint/invalidation/table-section-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/table-section-repaint-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/table-section-repaint-expected.txt
index 341420752e29aa67d209f2edc0ada7e92877999c..61d703796beeb2ecdb799ba40a85f2eeb9ffdadf 100644
--- a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/table-section-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/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"
@@ -77,6 +107,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"
@@ -105,6 +140,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"
}
]
}
@@ -115,6 +160,10 @@
"reason": "became invisible"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR",
"reason": "location change"
},
@@ -131,6 +180,10 @@
"reason": "bounds change"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "became invisible"
+ },
+ {
"object": "LayoutTableCell TD",
"reason": "became invisible"
},
@@ -139,6 +192,10 @@
"reason": "became invisible"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR",
"reason": "location change"
},
@@ -155,6 +212,10 @@
"reason": "bounds change"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR",
"reason": "location change"
},
@@ -175,6 +236,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
"object": "LayoutTableRow TR",
"reason": "location change"
},

Powered by Google App Engine
This is Rietveld 408576698