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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
index 71fa8da537c91b071c77714aed3721081805ecc7..76a6ff450c48dcf1a43f48ebf6a08c808f0cb239 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/table-collapsed-border-expected.txt
@@ -11,6 +11,11 @@
"rect": [8, 194, 103, 82],
"reason": "full"
},
+ {
+ "object": "LayoutTableSection TBODY",
+ "rect": [8, 194, 103, 82],
+ "reason": "forced by layout"
+ },
{
"object": "LayoutTable TABLE",
"rect": [8, 102, 95, 82],
@@ -18,7 +23,7 @@
},
{
"object": "LayoutTableSection TBODY",
- "rect": [12, 198, 95, 74],
+ "rect": [8, 102, 95, 82],
"reason": "forced by layout"
},
{
@@ -31,11 +36,6 @@
"rect": [22, 224, 89, 22],
"reason": "layoutObject removal"
},
- {
- "object": "LayoutTableSection TBODY",
- "rect": [12, 106, 87, 74],
- "reason": "forced by layout"
- },
{
"object": "LayoutTableCell TD",
"rect": [22, 338, 81, 30],

Powered by Google App Engine
This is Rietveld 408576698