diff options
Diffstat (limited to 'test/layout/bfc-next-to-float.html')
-rw-r--r-- | test/layout/bfc-next-to-float.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/layout/bfc-next-to-float.html b/test/layout/bfc-next-to-float.html new file mode 100644 index 00000000..cc03fb63 --- /dev/null +++ b/test/layout/bfc-next-to-float.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<div style="float: left"> +first +</div> +<div style="display: flow-root"> +<div style="width: 100%">second</div> second second second second second second second second second second second second second second second +</div> +<div style="display: flow-root"> +third +</div> +<div style="float: left"> +fourth +</div> +<div style="display: flow-root"> +fifth +</div> |