diff options
Diffstat (limited to 'layout/reftests/margin-collapsing/block-root-1a-noref2.html')
-rw-r--r-- | layout/reftests/margin-collapsing/block-root-1a-noref2.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/margin-collapsing/block-root-1a-noref2.html b/layout/reftests/margin-collapsing/block-root-1a-noref2.html new file mode 100644 index 000000000..53041a688 --- /dev/null +++ b/layout/reftests/margin-collapsing/block-root-1a-noref2.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> +<head> +<style type="text/css"> +html { + margin: 0px; padding: 0; + background-color: green; +} +body { + margin: 0px; padding: 0; +} +div { + margin: 40px 20px; + background-color: blue; + height: 20px; +} +</style> +</head> +<body> +<div></div> +</body> +</html> |