diff options
Diffstat (limited to 'test/render/test21.htm')
-rw-r--r-- | test/render/test21.htm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/render/test21.htm b/test/render/test21.htm new file mode 100644 index 00000000..1d7c3638 --- /dev/null +++ b/test/render/test21.htm @@ -0,0 +1,13 @@ +<table style="background-color: red; width: 300px"> + <tr> + <td> + <table style="margin:0.5em auto; background-color: lightcoral"> + <tr> + <th> + Lorem ipsum + </th> + </tr> + </table> + </td> + </tr> +</table>
\ No newline at end of file |