diff options
Diffstat (limited to 'test/layout/float-flushes-child-margin-bottom.html')
-rw-r--r-- | test/layout/float-flushes-child-margin-bottom.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/layout/float-flushes-child-margin-bottom.html b/test/layout/float-flushes-child-margin-bottom.html new file mode 100644 index 00000000..b7a6c62e --- /dev/null +++ b/test/layout/float-flushes-child-margin-bottom.html @@ -0,0 +1,10 @@ +<div style="float: left"> +<div style="margin-bottom: 1em"> +testing testing +</div> +</div> +<div> +test<br> +test<br> +test<br> +test<br> |