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