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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-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-colgroup-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt
index 328a1a200807ec82597eca215a002f539dcc9258..2d1f1ab5c7f54a3ea498cfe25b56a1dce22892fc 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt
@@ -1,72 +1,138 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutTableCol COLGROUP id='colgroup'",
- "rect": [8, 8, 162, 102],
+ "rect": [8, 8, 166, 102],
"reason": "style change"
},
{
"object": "LayoutTableCell TD",
- "rect": [61, 7, 57, 53],
+ "rect": [63, 7, 58, 53],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [7, 58, 56, 53],
+ "rect": [7, 58, 58, 53],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [7, 7, 56, 53],
+ "rect": [7, 7, 58, 53],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [62, 59, 56, 52],
+ "rect": [117, 59, 57, 52],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [8, 58, 56, 52],
+ "rect": [117, 7, 57, 52],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [8, 8, 56, 52],
+ "rect": [64, 59, 57, 52],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "reason": "full"
+ "rect": [62, 8, 55, 52],
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "reason": "full"
+ "rect": [116, 59, 54, 51],
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "reason": "full"
+ "rect": [63, 59, 54, 51],
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "reason": "full"
+ "rect": [116, 9, 54, 50],
+ "reason": "bounds change"
},
{
- "object": "LayoutTableCell TD",
- "reason": "full"
+ "object": "LayoutTable TABLE",
+ "rect": [169, 8, 5, 102],
+ "reason": "incremental"
},
{
- "object": "LayoutTableCell TD",
- "reason": "full"
+ "object": "LayoutTable TABLE",
+ "rect": [170, 8, 4, 102],
+ "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": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTable TABLE",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTableCol COLGROUP id='colgroup'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698