diff options
Diffstat (limited to 'layout/reftests/bugs/413027-2.html')
-rw-r--r-- | layout/reftests/bugs/413027-2.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/413027-2.html b/layout/reftests/bugs/413027-2.html new file mode 100644 index 0000000000..319ffb153e --- /dev/null +++ b/layout/reftests/bugs/413027-2.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML> +<html> +<body> + +<div style="display:-moz-box; height:20px; border:4px dotted blue;"> + <div> + <span style="display:inline-block; width:50px; height:200px; background:yellow;"> + </div> +</div> + +</body> +</html> |