aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable/sortable.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/sortable/sortable.html')
-rw-r--r--tests/unit/sortable/sortable.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/tests/unit/sortable/sortable.html b/tests/unit/sortable/sortable.html
index 8bfbd3370..4ea5b0fc6 100644
--- a/tests/unit/sortable/sortable.html
+++ b/tests/unit/sortable/sortable.html
@@ -22,7 +22,8 @@
border-width: 0;
height:19px;
}
- #sortable-table {
+ #sortable-table,
+ #sortable-table2 {
width: 100%;
}
</style>
@@ -105,6 +106,24 @@
</tbody>
</table>
+<!-- This table has rows of varying height -->
+<table id="sortable-table2">
+ <tbody>
+ <tr>
+ <td>1<br>1</td>
+ <td>1</td>
+ </tr>
+ <tr>
+ <td>2</td>
+ <td>2</td>
+ </tr>
+ <tr>
+ <td>3</td>
+ <td>3</td>
+ </tr>
+ </tbody>
+</table>
+
<div id="sortable-images">
<img src="../../images/jqueryui_32x32.png" alt="">
<img src="../../images/jqueryui_32x32.png" alt="">