diff options
Diffstat (limited to 'layout/reftests/bugs/400171-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/400171-2-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/400171-2-ref.html b/layout/reftests/bugs/400171-2-ref.html new file mode 100644 index 0000000000..9085c15da7 --- /dev/null +++ b/layout/reftests/bugs/400171-2-ref.html @@ -0,0 +1,15 @@ +<html> +<head> + <style> + div { width: 100px; } + div.a { height: 80px; background: lightblue; } + div.b { height: 100px; background: lightgreen; } + div.c { height: 10px; background: black; } + </style> +</head> +<body> + <div class="a"></div> + <div class="b"></div> + <div class="c"></div> +</body> +</html> |