diff options
Diffstat (limited to 'layout/reftests/bugs/387201-1.html')
-rw-r--r-- | layout/reftests/bugs/387201-1.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/387201-1.html b/layout/reftests/bugs/387201-1.html new file mode 100644 index 0000000000..103f617b63 --- /dev/null +++ b/layout/reftests/bugs/387201-1.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML> +<html> +<head> +<style type="text/css"> +.i { + height: 10px; + float: left; +} +</style> +</head> +<body> + +<div style="width: 4px;"> + <div style="margin-left: 10px;"> + <div class="i"></div> + <div class="i" style="border: 1px solid green">2</div> + </div> +</div> + +</body> +</html> |