diff options
Diffstat (limited to 'test/layout/float-minimum-height.html')
-rw-r--r-- | test/layout/float-minimum-height.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/layout/float-minimum-height.html b/test/layout/float-minimum-height.html new file mode 100644 index 00000000..b466890c --- /dev/null +++ b/test/layout/float-minimum-height.html @@ -0,0 +1,15 @@ +<br> +<br> +<br> +<br> +<br> +<div style="display: flow-root"> +<div style="float: right"> +line 1<br> +line 2<br> +line 3<br> +line 4<br> +line 5<br> +</div> +</div> +testing testing testing testing testing |