about summary refs log tree commit diff stats
path: root/test/layout/nested-table-intrinsic-min-width-respected.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/nested-table-intrinsic-min-width-respected.html')
-rw-r--r--test/layout/nested-table-intrinsic-min-width-respected.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/layout/nested-table-intrinsic-min-width-respected.html b/test/layout/nested-table-intrinsic-min-width-respected.html
new file mode 100644
index 00000000..87f8a2b5
--- /dev/null
+++ b/test/layout/nested-table-intrinsic-min-width-respected.html
@@ -0,0 +1,11 @@
+<table>
+<tr>
+<td>
+<table width="100%">
+<tr>
+<td width="100%">
+asdfasdfasdfasdf
+</table>
+<td width="100%">
+test test test
+</td>