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

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

Issue 2013693002: [css-tables] Set table and cell widths dirty when section border changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt
index 2514bae00960322ee58781df27fca622a2a8afac..6a7c0dcc88f01759c34ced3834bd2dfb0f90cb64 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt
@@ -8,45 +8,45 @@
"paintInvalidations": [
{
"object": "LayoutTable TABLE",
- "rect": [8, 159, 111, 2],
+ "rect": [8, 159, 114, 2],
"reason": "incremental"
},
{
"object": "LayoutTable TABLE",
- "rect": [8, 160, 111, 1],
+ "rect": [8, 160, 114, 1],
"reason": "incremental"
},
{
"object": "LayoutTableSection TBODY id='tbody'",
- "rect": [10, 10, 107, 100],
- "reason": "style change"
- },
- {
- "object": "LayoutTableSection TBODY id='tbody'",
- "rect": [9, 9, 107, 100],
+ "rect": [10, 10, 110, 100],
"reason": "style change"
},
{
"object": "LayoutTableRow TR",
- "rect": [10, 110, 107, 50],
+ "rect": [10, 110, 110, 50],
"reason": "bounds change"
},
{
"object": "LayoutTableSection TBODY",
- "rect": [10, 110, 107, 50],
+ "rect": [10, 110, 110, 50],
"reason": "bounds change"
},
{
"object": "LayoutTableRow TR",
- "rect": [10, 60, 107, 50],
+ "rect": [10, 60, 110, 50],
"reason": "bounds change"
},
{
"object": "LayoutTableRow TR",
- "rect": [10, 10, 107, 50],
+ "rect": [10, 10, 110, 50],
"reason": "bounds change"
},
{
+ "object": "LayoutTableSection TBODY id='tbody'",
+ "rect": [9, 9, 107, 100],
+ "reason": "style change"
+ },
+ {
"object": "LayoutTableRow TR",
"rect": [9, 109, 107, 50],
"reason": "bounds change"
@@ -68,27 +68,32 @@
},
{
"object": "LayoutTableCell TD",
- "rect": [62, 8, 57, 53],
- "reason": "location change"
+ "rect": [64, 8, 58, 53],
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [63, 108, 56, 53],
+ "rect": [8, 59, 58, 53],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [8, 59, 56, 53],
+ "rect": [8, 8, 58, 53],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [65, 108, 57, 53],
"reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [8, 8, 56, 53],
- "reason": "location change"
+ "rect": [8, 108, 57, 53],
+ "reason": "bounds change"
},
{
"object": "LayoutTableCell TD",
- "rect": [63, 60, 56, 52],
+ "rect": [65, 60, 57, 52],
"reason": "bounds change"
},
{
@@ -98,7 +103,12 @@
},
{
"object": "LayoutTableCell TD",
- "rect": [8, 108, 55, 53],
+ "rect": [62, 8, 55, 52],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [63, 109, 54, 51],
"reason": "bounds change"
},
{
@@ -108,12 +118,12 @@
},
{
"object": "LayoutTable TABLE",
- "rect": [115, 8, 4, 153],
+ "rect": [115, 8, 7, 153],
"reason": "incremental"
},
{
"object": "LayoutTable TABLE",
- "rect": [117, 8, 2, 153],
+ "rect": [117, 8, 5, 153],
"reason": "incremental"
},
{

Powered by Google App Engine
This is Rietveld 408576698