Chromium Code Reviews

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

Issue 23548017: border-spacing is doubled between table-row-groups. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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
new file mode 100644
index 0000000000000000000000000000000000000000..dc93b8385f8a1f06135d043e2cb173602c9741f0
--- /dev/null
+++ b/LayoutTests/fast/table/table-sections-border-spacing-expected.txt
@@ -0,0 +1,23 @@
+Test for chromium bug : 29502. border-spacing is doubled between table-row-groups.
+
+Border-spacing was adding twice, One for bottom of first section and another for top of second section. But bottom of first section and top of second section border spacing should be common.
+
+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
+
+PASS 10 is 10
+
+PASS 10 is 10
+
+PASS 10 is 10
+
+PASS 10 is 10
+
+PASS 10 is 10
+
« no previous file with comments | « LayoutTests/fast/table/table-sections-border-spacing.html ('k') | Source/core/rendering/RenderTableSection.cpp » ('j') | no next file with comments »

Powered by Google App Engine