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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt

Issue 2149953004: [css-tables] Set needsLayout on cells when column border width changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/fast/table/border-collapsing/cached-change-col-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt
index 6f174465d81eb5bc616582572a806d67113ea0fc..433fcd66dd7c7778e5079c0599b68007b0cf49fd 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt
@@ -1,44 +1,46 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutTableCol COL id='col'",
- "rect": [8, 8, 110, 104],
+ "rect": [8, 8, 113, 104],
"reason": "style change"
},
{
"object": "LayoutTable TABLE",
- "rect": [8, 108, 110, 4],
+ "rect": [8, 108, 113, 4],
"reason": "incremental"
},
{
"object": "LayoutTable TABLE",
- "rect": [8, 110, 110, 2],
+ "rect": [8, 110, 113, 2],
"reason": "incremental"
},
{
"object": "LayoutTableSection TBODY",
- "rect": [10, 10, 107, 100],
+ "rect": [10, 10, 110, 100],
"reason": "bounds change"
},
{
- "object": "LayoutTableSection TBODY",
- "rect": [9, 9, 107, 100],
+ "object": "LayoutTableRow TR",
+ "rect": [10, 60, 110, 50],
"reason": "bounds change"
},
{
"object": "LayoutTableRow TR",
- "rect": [10, 60, 107, 50],
+ "rect": [10, 10, 110, 50],
"reason": "bounds change"
},
{
- "object": "LayoutTableRow TR",
- "rect": [10, 10, 107, 50],
+ "object": "LayoutTableSection TBODY",
+ "rect": [9, 9, 107, 100],
"reason": "bounds change"
},
{
@@ -53,23 +55,23 @@
},
{
"object": "LayoutTableCell TD",
- "rect": [8, 59, 58, 53],
+ "rect": [8, 59, 60, 53],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [8, 8, 58, 53],
+ "rect": [8, 8, 60, 53],
"reason": "location change"
},
{
"object": "LayoutTableCell TD",
- "rect": [62, 59, 56, 53],
+ "rect": [64, 59, 57, 53],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [62, 8, 56, 53],
- "reason": "location change"
+ "rect": [64, 8, 57, 53],
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
@@ -77,33 +79,81 @@
"reason": "bounds change"
},
{
- "object": "LayoutTable TABLE",
- "rect": [116, 8, 2, 104],
- "reason": "incremental"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [117, 8, 1, 104],
- "reason": "incremental"
- },
- {
"object": "LayoutTableCell TD",
- "reason": "full"
+ "rect": [62, 8, 55, 52],
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "reason": "full"
+ "rect": [63, 59, 54, 51],
+ "reason": "bounds change"
},
{
- "object": "LayoutTableCell TD",
- "reason": "full"
+ "object": "LayoutTable TABLE",
+ "rect": [116, 8, 5, 104],
+ "reason": "incremental"
},
{
- "object": "LayoutTableCell TD",
- "reason": "full"
+ "object": "LayoutTable TABLE",
+ "rect": [117, 8, 4, 104],
+ "reason": "incremental"
}
]
}
+ ],
+ "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": "LayoutTable TABLE",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTableCol COL id='col'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableSection TBODY",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableRow TR",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698