diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/table-colwidth-overconstrained-too-small.color.expected | 2 | ||||
-rw-r--r-- | test/layout/table-colwidth-overconstrained-too-small.html | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/layout/table-colwidth-overconstrained-too-small.color.expected b/test/layout/table-colwidth-overconstrained-too-small.color.expected new file mode 100644 index 00000000..483d97aa --- /dev/null +++ b/test/layout/table-colwidth-overconstrained-too-small.color.expected @@ -0,0 +1,2 @@ + [48;2;255;0;0me [49m [48;2;0;128;0mh? [49m + diff --git a/test/layout/table-colwidth-overconstrained-too-small.html b/test/layout/table-colwidth-overconstrained-too-small.html new file mode 100644 index 00000000..5d2bbb5b --- /dev/null +++ b/test/layout/table-colwidth-overconstrained-too-small.html @@ -0,0 +1,6 @@ +<table width=100%> +<tr> +<td width=25% bgcolor=red>e +<td width=25% bgcolor=green>h? +</tr> +</table> |