about summary refs log tree commit diff stats
path: root/test/layout/fit-content-max-width-child.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/fit-content-max-width-child.html')
-rw-r--r--test/layout/fit-content-max-width-child.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/layout/fit-content-max-width-child.html b/test/layout/fit-content-max-width-child.html
new file mode 100644
index 00000000..c2d77ad1
--- /dev/null
+++ b/test/layout/fit-content-max-width-child.html
@@ -0,0 +1,5 @@
+<div style="display: inline-block">
+<div style="max-width: 70ch">
+testing testing testing testing testing testing testing testing testing testing
+</div>
+</div>