diff options
Diffstat (limited to 'layout/reftests/margin-collapsing/block-root-1a-noref1.html')
-rw-r--r-- | layout/reftests/margin-collapsing/block-root-1a-noref1.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/margin-collapsing/block-root-1a-noref1.html b/layout/reftests/margin-collapsing/block-root-1a-noref1.html new file mode 100644 index 0000000000..a04466cb8b --- /dev/null +++ b/layout/reftests/margin-collapsing/block-root-1a-noref1.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: 20px 40px; + background-color: blue; + height: 20px; +} +</style> +</head> +<body> +<div></div> +</body> +</html> |