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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-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-col-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt
index e40dba109d70c8f3367561ca0bec85ffa7580838..3c8c4e395144662995396383b0593b64539033bc 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt
@@ -11,20 +11,15 @@
"rect": [8, 8, 113, 104],
"reason": "style change"
},
- {
- "object": "LayoutTable TABLE",
- "rect": [8, 108, 113, 4],
- "reason": "incremental"
- },
{
"object": "LayoutTableSection TBODY",
- "rect": [10, 10, 110, 100],
- "reason": "bounds change"
+ "rect": [8, 8, 113, 104],
+ "reason": "location change"
},
{
- "object": "LayoutTableSection TBODY",
- "rect": [9, 9, 107, 100],
- "reason": "bounds change"
+ "object": "LayoutTable TABLE",
+ "rect": [8, 108, 113, 4],
+ "reason": "incremental"
},
{
"object": "LayoutTableCell TD",
@@ -96,7 +91,7 @@
},
{
"object": "LayoutTableSection TBODY",
- "reason": "bounds change"
+ "reason": "location change"
},
{
"object": "LayoutTableRow TR",

Powered by Google App Engine
This is Rietveld 408576698