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

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

Issue 21909002: Crash when inner and outer spanning cells end indexes are same. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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
index a8832ac06d38b65ed1378ef0970ccca3c05f6d78..9a0f08d2f8d93079db2a19de43111629b0c34f66 100644
--- 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
@@ -78,7 +78,25 @@ row6 col2
PASS
row7 col0
PASS
-Test 5 - RowSpan and ColSpan.
+Test 5 - 2 spanning cells starts at diffrent row index but end at same row index.
+
+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 6 - RowSpan and ColSpan.
row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2
PASS
@@ -90,7 +108,7 @@ row3 col0 - colspan=3
PASS
row4 col0
PASS
-Test 6 - Mix of baseline aligned and non-baseline aligned cells.
+Test 7 - Mix of baseline aligned and non-baseline aligned cells.
row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom
PASS
@@ -106,7 +124,7 @@ row5 col1 vertical-align=text-bottom
PASS
row6 col0
PASS
-Test 7 - CSS Table.
+Test 8 - CSS Table.
row0 col0 row0 col1 row0 col2
row1 col0 row1 col1 row1 col2
@@ -119,7 +137,7 @@ row7 col0
row8 col0
row9 col0
row10 col0
-Test 8 - Table Similar to CSS table with rowspan.
+Test 9 - Table Similar to CSS table with rowspan.
row0 col0 row0 col1 row0 col2
PASS

Powered by Google App Engine
This is Rietveld 408576698