about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/layout/table-colwidth-overconstrained-too-small.color.expected2
-rw-r--r--test/layout/table-colwidth-overconstrained-too-small.html6
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 @@
+ e                                      h?                                     
+
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>