diff options
Diffstat (limited to 'tests/tables.html')
-rw-r--r-- | tests/tables.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/tables.html b/tests/tables.html index 42e3ec37f..54e7ae5bc 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -238,4 +238,28 @@ >1</td ></tr ></table +><p +>Multiline table without column headers:</p +><table +><tr class="odd" + ><td align="center" style="width: 15%;" + >First</td + ><td align="left" style="width: 13%;" + >row</td + ><td align="right" style="width: 16%;" + >12.0</td + ><td align="left" style="width: 33%;" + >Example of a row that spans multiple lines.</td + ></tr + ><tr class="even" + ><td align="center" + >Second</td + ><td align="left" + >row</td + ><td align="right" + >5.0</td + ><td align="left" + >Here's another one. Note the blank line between rows.</td + ></tr + ></table > |