diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/462844-2.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/462844-2.html b/layout/reftests/bugs/462844-2.html new file mode 100644 index 0000000000..2f8761e325 --- /dev/null +++ b/layout/reftests/bugs/462844-2.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<title>Testcase, bug 462844</title> +<div style="position: relative"> + <div style="display:inline"> + <div style="height: 100px"></div> + <div style="background: aqua; height: 20px;"></div> + <div style="display:inline; position: absolute; top: auto; left: 0; background: yellow;">Should be just below aqua block</div> + <div style="height: 100px"></div> + </div> +</div> |