diff options
Diffstat (limited to 'tests/tables.html')
| -rw-r--r-- | tests/tables.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/tables.html b/tests/tables.html index 49b44661c..42e3ec37f 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -204,4 +204,38 @@ >Here's another one. Note the blank line between rows.</td ></tr ></table +><p +>Table without column headers:</p +><table +><tr class="odd" + ><td align="right" + >12</td + ><td align="left" + >12</td + ><td align="center" + >12</td + ><td align="right" + >12</td + ></tr + ><tr class="even" + ><td align="right" + >123</td + ><td align="left" + >123</td + ><td align="center" + >123</td + ><td align="right" + >123</td + ></tr + ><tr class="odd" + ><td align="right" + >1</td + ><td align="left" + >1</td + ><td align="center" + >1</td + ><td align="right" + >1</td + ></tr + ></table > |
