diff options
Diffstat (limited to 'test/layout')
-rw-r--r-- | test/layout/min-max-width.color.expected | 1 | ||||
-rw-r--r-- | test/layout/min-max-width.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/layout/min-max-width.color.expected b/test/layout/min-max-width.color.expected index d6a0a72e..de5f4496 100644 --- a/test/layout/min-max-width.color.expected +++ b/test/layout/min-max-width.color.expected @@ -30,4 +30,5 @@ [48;2;0;128;0mev[49mery [48;2;0;128;0mwo[49mrd. [48;2;128;0;128mII [49m +[48;2;255;0;0mmin-width beats max-width [49m diff --git a/test/layout/min-max-width.html b/test/layout/min-max-width.html index c76a9b13..3aab1c65 100644 --- a/test/layout/min-max-width.html +++ b/test/layout/min-max-width.html @@ -29,3 +29,4 @@ <div id=two>x</div>This text should be displayed after a 2ch wide red box. <div id=three><div>This text should have a 2ch wide green background and should wrap on every word.</div></div> <div id=four>II</div> +<div style="background: red; min-width: 30ch; max-width: 1ch">min-width beats max-width</div> |