diff options
Diffstat (limited to 'test/render/test26.htm')
-rw-r--r-- | test/render/test26.htm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/render/test26.htm b/test/render/test26.htm new file mode 100644 index 00000000..5c81498e --- /dev/null +++ b/test/render/test26.htm @@ -0,0 +1,16 @@ +<style> + table { + border: none; + background-color: green; + } +</style> + +<div style="width: 400px; border: 5px solid black"> + <table style="width: 100%; border: none; background-color: red"> + <tr> + <td> + Duis rutrum nibh vestibulum finibus luctus. Sed ac gravida urna. Phasellus at est ut augue interdum condimentum. Nunc scelerisque, ligula a feugiat aliquet, est enim pulvinar nunc, at feugiat velit quam vel leo. + </td> + </tr> + </table> +</div>
\ No newline at end of file |