about summary refs log tree commit diff stats
path: root/test/layout/table-colwidth-overconstrained-too-small.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/table-colwidth-overconstrained-too-small.html')
-rw-r--r--test/layout/table-colwidth-overconstrained-too-small.html6
1 files changed, 6 insertions, 0 deletions
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>