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

Unified Diff: LayoutTests/fast/table/table-sections-border-spacing-expected.txt

Issue 214523008: Use RenderStyle::isCollapsibleWhiteSpace when renderer is available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address reviewer comments. Created 6 years, 9 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: LayoutTests/fast/table/table-sections-border-spacing-expected.txt
diff --git a/LayoutTests/fast/table/table-sections-border-spacing-expected.txt b/LayoutTests/fast/table/table-sections-border-spacing-expected.txt
index 93b13f94cbbc3d864392076bf16ffc20c622a554..20ca3e12a193376a20a10a90d141cc4db8d8d0b2 100644
--- a/LayoutTests/fast/table/table-sections-border-spacing-expected.txt
+++ b/LayoutTests/fast/table/table-sections-border-spacing-expected.txt
@@ -4,12 +4,12 @@ Border-spacing was adding twice, One for bottom of first section and another for
Distance between all rows in the table should be same.
-row0 head0 row0 head1
-row0 col0 row0 col11
-row1 col0 row1 col11
-row0 col0 row0 col11
-row1 col0 row1 col11
-row0 foot0 row0 foot1
+row0 head0 row0 head1
+row0 col0 row0 col11
+row1 col0 row1 col11
+row0 col0 row0 col11
+row1 col0 row1 col11
+row0 foot0 row0 foot1
PASS 10 is 10

Powered by Google App Engine
This is Rietveld 408576698