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

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

Issue 1952133006: [css-tables] Set table and cell widths dirty when row border width changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/change-row-border-width.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width-expected.txt
index c0f45c90561fb311425f4b25eeda9109f0b69a5c..31e7e12055685337c52a42a5655283160590b7bd 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width-expected.txt
@@ -8,55 +8,65 @@
"paintInvalidations": [
{
"object": "LayoutTableCell TD",
- "rect": [8, 8, 56, 54],
+ "rect": [8, 8, 60, 54],
"reason": "forced by layout"
},
{
"object": "LayoutTableCell TD",
- "rect": [8, 58, 56, 53],
+ "rect": [8, 58, 60, 53],
"reason": "location change"
},
{
"object": "LayoutTable TABLE",
- "rect": [8, 109, 56, 2],
+ "rect": [8, 109, 60, 2],
"reason": "incremental"
},
{
"object": "LayoutTable TABLE",
- "rect": [8, 110, 56, 1],
+ "rect": [8, 110, 60, 1],
"reason": "incremental"
},
{
"object": "LayoutTableSection TBODY",
- "rect": [9, 9, 54, 100],
+ "rect": [10, 10, 56, 100],
"reason": "bounds change"
},
{
"object": "LayoutTableRow TR",
- "rect": [9, 59, 54, 50],
+ "rect": [10, 60, 56, 50],
"reason": "bounds change"
},
{
"object": "LayoutTableRow TR id='row'",
- "rect": [9, 9, 54, 50],
+ "rect": [10, 10, 56, 50],
"reason": "style change"
},
{
"object": "LayoutTableSection TBODY",
- "rect": [10, 10, 52, 100],
+ "rect": [9, 9, 54, 100],
"reason": "bounds change"
},
{
"object": "LayoutTableRow TR",
- "rect": [10, 60, 52, 50],
+ "rect": [9, 59, 54, 50],
"reason": "bounds change"
},
{
"object": "LayoutTableRow TR id='row'",
- "rect": [10, 10, 52, 50],
+ "rect": [9, 9, 54, 50],
"reason": "style change"
},
{
+ "object": "LayoutTable TABLE",
+ "rect": [62, 8, 6, 103],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTable TABLE",
+ "rect": [64, 8, 4, 103],
+ "reason": "incremental"
+ },
+ {
"object": "LayoutTableCell TD",
"reason": "full"
},
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/table/change-row-border-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698