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