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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-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-69296-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.txt
index a5916843f9c725494743d2971508d8012e38f184..e194c1a53d9c04d02616bb806caac06846aea535 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.txt
@@ -8,12 +8,12 @@
"paintInvalidations": [
{
"object": "LayoutTableRow TR id='row1'",
- "rect": [20, 20, 159, 50],
+ "rect": [20, 20, 160, 51],
"reason": "style change"
},
{
"object": "LayoutTableRow TR id='row1'",
- "rect": [20, 20, 159, 50],
+ "rect": [20, 20, 160, 51],
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698