diff options
Diffstat (limited to 'layout/reftests/bugs/387201-3.html')
-rw-r--r-- | layout/reftests/bugs/387201-3.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/387201-3.html b/layout/reftests/bugs/387201-3.html new file mode 100644 index 000000000..f0d578de8 --- /dev/null +++ b/layout/reftests/bugs/387201-3.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> +</head> +<body> + +<div style="display: table-footer-group;"> + <div style="float: right; width: 10px; height: 10px; padding-left: 40px;"></div> + <div style="-moz-float-edge: margin-box;"> + <div style="float: right; height: 18px; width: 0px;"></div> + </div> +</div> + +</body> +</html> |