diff options
Diffstat (limited to 'layout/reftests/bugs/398144-1.html')
-rw-r--r-- | layout/reftests/bugs/398144-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/398144-1.html b/layout/reftests/bugs/398144-1.html new file mode 100644 index 000000000..86e019b62 --- /dev/null +++ b/layout/reftests/bugs/398144-1.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> +<body> +<div style="height:100px; background-color:blue;"></div> +<div style="margin-top:100px; margin-bottom:100px;"> + <div style="display:inline-block;"></div> +</div> +<div style="height:100px; background-color:blue;"></div> +</body> +</html> |