diff options
Diffstat (limited to 'layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html')
-rw-r--r-- | layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html b/layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html new file mode 100644 index 000000000..c23403f6e --- /dev/null +++ b/layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <body> + <div style="position: relative; left: 100px"> + aaa + </div> + <span style="position: relative; left: 100px"> + <span style="float: left">bbb</span> + </span> + <div style="position: relative; left: 100px"> + aaa + </div> + </body> +</html> |