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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt

Issue 2551963003: Reland of Paint collapsed borders of a table as one display item (Closed)
Patch Set: Created 4 years 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 341420752e29aa67d209f2edc0ada7e92877999c..ca5147f1c31358aa693779df5d29704bbb3d69c9 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
@@ -6,6 +6,11 @@
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
+ {
+ "object": "LayoutTable TABLE",
+ "rect": [8, 308, 60, 83],
+ "reason": "forced by layout"
+ },
{
"object": "LayoutTableCell TD class='half'",
"rect": [8, 353, 60, 38],
@@ -100,11 +105,6 @@
"object": "LayoutTableCell TD class='red half'",
"rect": [8, 8, 60, 30],
"reason": "bounds change"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [8, 372, 60, 19],
- "reason": "incremental"
}
]
}
@@ -172,7 +172,7 @@
},
{
"object": "LayoutTable TABLE",
- "reason": "incremental"
+ "reason": "forced by layout"
},
{
"object": "LayoutTableRow TR",

Powered by Google App Engine
This is Rietveld 408576698