diff options
Diffstat (limited to 'layout/reftests/margin-collapsing/block-no-content-7-ref.html')
-rw-r--r-- | layout/reftests/margin-collapsing/block-no-content-7-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/margin-collapsing/block-no-content-7-ref.html b/layout/reftests/margin-collapsing/block-no-content-7-ref.html new file mode 100644 index 0000000000..777047603b --- /dev/null +++ b/layout/reftests/margin-collapsing/block-no-content-7-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<head> +<style type="text/css"> +.separator { + height: 20px; + background-color: green; +} +#bfc { + height: 30px; +} +</style> +</head> +<body> +<div class="separator"></div> +<div id="bfc"></div> +<div class="separator"></div> +</body> +</html> |