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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt

Issue 2861373003: Let table row and section's self visual overflow cover whole collapsed borders (Closed)
Patch Set: rebaseline-cl Created 3 years, 7 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-change-tbody-border-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt
index 2c2fe355d0b945fa0ce127c6d0c791a6a1c994d1..a13375086c468a95561a9465215c50264d927743 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt
@@ -1,42 +1,48 @@
{
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutTableSection TBODY id='tbody'",
- "rect": [10, 10, 110, 100],
+ "rect": [8, 8, 114, 104],
"reason": "style change"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableSection TBODY id='tbody'",
+ "reason": "style change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698