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

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

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.html
diff --git a/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows.html b/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows.html
index 3dabbaeef440139ab9d090f9aa80b8c4ddf3803a..f0f52532696cfd33b4231bad92922b2adb92b162 100644
--- a/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows.html
+++ b/LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows.html
@@ -125,7 +125,37 @@
</tr>
</tbody>
</table>
-<h5>Test 5 - RowSpan and ColSpan. </h5>
+<h5>Test 5 - 2 spanning cells starts at diffrent row index but end at same row index.</h5>
+<table border="1">
+ <tbody>
+ <tr data-expected-height="35">
+ <td rowspan="6" style="height:600px">row0 col0 rowspan=6 height=400px</td>
+ <td>row0 col1</td>
+ </tr>
+ <tr data-expected-height="0">
+ <td rowspan="5" style="height:300px">row1 col1 rowspan=6 height=800px</td>
+ </tr>
+ <tr data-expected-height="130">
+ <td>row2 col2</td>
+ </tr>
+ <tr data-expected-height="132">
+ <td>row3 col2</td>
+ </tr>
+ <tr data-expected-height="140">
+ <td>row4 col2</td>
+ </tr>
+ <tr data-expected-height="140">
+ <td>row5 col2</td>
+ </tr>
+ <tr data-expected-height="19">
+ <td>row6 col2</td>
+ </tr>
+ <tr data-expected-height="19">
+ <td>row7 col0</td>
+ </tr>
+ </tbody>
+</table>
+<h5>Test 6 - RowSpan and ColSpan. </h5>
<table border="1" width="607">
<tbody>
<tr data-expected-height="34">
@@ -147,7 +177,7 @@
</tr>
</tbody>
</table>
-<h5>Test 6 - Mix of baseline aligned and non-baseline aligned cells.</h5>
+<h5>Test 7 - Mix of baseline aligned and non-baseline aligned cells.</h5>
<table border="1" width="607">
<tbody>
<tr data-expected-height="104">
@@ -176,7 +206,7 @@
</tr>
</tbody>
</table>
-<h5>Test 7 - CSS Table.</h5>
+<h5>Test 8 - CSS Table.</h5>
<div id="div-table">
<span id="span-row">
<span id="span-cell">row0 col0</span>
@@ -221,7 +251,7 @@
<div id="div-cell">row10 col0</div>
</div>
</div>
-<h5>Test 8 - Table Similar to CSS table with rowspan.</h5>
+<h5>Test 9 - Table Similar to CSS table with rowspan.</h5>
<table border="1px">
<tr data-expected-height="21">
<td rowspan=5 style="height:300px">row0 col0</td>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/table/table-all-rowspans-height-distribution-in-rows-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698