diff options
Diffstat (limited to 'layout/reftests/margin-collapsing/inline-block-sibling-2-noref.html')
-rw-r--r-- | layout/reftests/margin-collapsing/inline-block-sibling-2-noref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/margin-collapsing/inline-block-sibling-2-noref.html b/layout/reftests/margin-collapsing/inline-block-sibling-2-noref.html new file mode 100644 index 0000000000..09b45c5b51 --- /dev/null +++ b/layout/reftests/margin-collapsing/inline-block-sibling-2-noref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> +<style type="text/css"> +div { + height: 20px; width: 100%; + background-color: blue; + margin-bottom: 25px; +} +</style> +</head> +<body> +<div></div> +<div></div> +<div></div> +<div></div> +</body> +</html> |