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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-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/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
index e4c78fbcdbd2ddb03a5b60ba23b28ad173ed1a4f..4a7af608f49670b6eec73cb8b797c64d1668cdf2 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
@@ -13,7 +13,7 @@
},
{
"object": "LayoutTableSection TBODY",
- "rect": [12, 198, 100, 74],
+ "rect": [8, 194, 108, 82],
"reason": "forced by layout"
},
{
@@ -21,6 +21,11 @@
"rect": [8, 102, 99, 82],
"reason": "full"
},
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 102, 99, 82],
+ "reason": "forced by layout"
+ },
{
"object": "LayoutTable TABLE id='t'",
"rect": [8, 10, 95, 82],
@@ -31,11 +36,6 @@
"rect": [22, 224, 94, 22],
"reason": "layoutObject removal"
},
- {
- "object": "LayoutTableSection TBODY",
- "rect": [12, 106, 91, 74],
- "reason": "forced by layout"
- },
{
"object": "LayoutTableCell TD",
"rect": [22, 338, 85, 30],

Powered by Google App Engine
This is Rietveld 408576698