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

Unified Diff: LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-expected.txt

Issue 19635004: Row spanning cell content is flowing out of the cell border if this row spanning cell comes under t… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@RowSpan_B249600_9
Patch Set: Created 7 years, 5 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-all-rowspans-height-distribution-in-rows-expected.txt
diff --git a/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-expected.txt b/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a8832ac06d38b65ed1378ef0970ccca3c05f6d78
--- /dev/null
+++ b/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-expected.txt
@@ -0,0 +1,145 @@
+Test for chromium bug : 252120. Content of the row spanning cell is flowing out of the cell boundries.
+
+Row spanning cell height is not set as per its content height or given height to this cells.
+
+Test 1 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have lots of content.
+
+row0 col0 rowspan=6 height=400px row0 col1
+PASS
+row1 col1
+PASS
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+row2 col1 rowspan=3 height=200px
+PASS
+row3 col2
+PASS
+row4 col2
+PASS
+row5 col1
+PASS
+row6 col0
+PASS
+Test 2 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have its own height.
+
+row0 col0 rowspan=6 height=600px row0 col1
+PASS
+row1 col1
+PASS
+row2 col1 rowspan=3 height=400px
+PASS
+row3 col2
+PASS
+row4 col2
+PASS
+row5 col1
+PASS
+row6 col0
+PASS
+Test 3 - 2 same row spanning cells with diffrent heights.
+
+row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px
+PASS
+row1 col1
+PASS
+row2 col1
+PASS
+row3 col1
+PASS
+row4 col1
+PASS
+row5 col1
+PASS
+row6 col0
+PASS
+Test 4 - some rows are common between 2 row spanning cells.
+
+row0 col0 rowspan=6 height=400px row0 col1
+PASS
+row1 col1 rowspan=6 height=800px
+PASS
+row2 col2
+PASS
+row3 col2
+PASS
+row4 col2
+PASS
+row5 col2
+PASS
+row6 col2
+PASS
+row7 col0
+PASS
+Test 5 - RowSpan and ColSpan.
+
+row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2
+PASS
+row1 col0
+PASS
+row2 col0
+PASS
+row3 col0 - colspan=3
+PASS
+row4 col0
+PASS
+Test 6 - Mix of baseline aligned and non-baseline aligned cells.
+
+row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom
+PASS
+row1 col0
+PASS
+row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub
+PASS
+row3 col1 vertical-align=middle
+PASS
+row4 col1 vertical-align=super
+PASS
+row5 col1 vertical-align=text-bottom
+PASS
+row6 col0
+PASS
+Test 7 - CSS Table.
+
+row0 col0 row0 col1 row0 col2
+row1 col0 row1 col1 row1 col2
+row2 col0
+row3 col0
+row4 col0 row4 col1 row4 col2
+row5 col0 row5 col1 row5 col2
+row6 col0 row6 col1
+row7 col0
+row8 col0
+row9 col0
+row10 col0
+Test 8 - Table Similar to CSS table with rowspan.
+
+row0 col0 row0 col1 row0 col2
+PASS
+row1 col1 row1 col2 row1 col3
+PASS
+row2 col3
+PASS
+row3 col2
+PASS
+row4 col1 row4 col2 row4 col3
+PASS
+row5 col0 row5 col1 row5 col2
+PASS
+row6 col0 row6 col1
+PASS
+row7 col1
+PASS
+row8 col1
+PASS
+row9 col1
+PASS
+row10 col1
+PASS

Powered by Google App Engine
This is Rietveld 408576698