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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
index d64d6549e63ff90f2ad014c8cc6e059e53bda851..7f21b45baff125fc773ff36a2482c68dfc07860b 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
@@ -13,7 +13,7 @@
},
{
"object": "LayoutTableSection TBODY",
- "rect": [12, 186, 102, 68],
+ "rect": [8, 182, 110, 76],
"reason": "forced by layout"
},
{
@@ -21,6 +21,11 @@
"rect": [8, 96, 101, 76],
"reason": "full"
},
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 96, 101, 76],
+ "reason": "forced by layout"
+ },
{
"object": "LayoutTable TABLE id='t'",
"rect": [8, 10, 97, 76],
@@ -31,11 +36,6 @@
"rect": [22, 210, 96, 20],
"reason": "layoutObject removal"
},
- {
- "object": "LayoutTableSection TBODY",
- "rect": [12, 100, 93, 68],
- "reason": "forced by layout"
- },
{
"object": "LayoutTableCell TD",
"rect": [22, 316, 87, 28],

Powered by Google App Engine
This is Rietveld 408576698