diff options
Diffstat (limited to 'layout/reftests/bugs/416752-1.html')
-rw-r--r-- | layout/reftests/bugs/416752-1.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/bugs/416752-1.html b/layout/reftests/bugs/416752-1.html new file mode 100644 index 000000000..2c7105815 --- /dev/null +++ b/layout/reftests/bugs/416752-1.html @@ -0,0 +1,17 @@ +<!DOCTYPE HTML> +<html> + <head><style> + div.post { + overflow: auto; + border: 1px solid black; + } + div.filler { + height: 15px; + background: yellow; + } + div.d2 { + height: 16px; + } + </style></head> + <body><div class="post"><div class="filler"><div class="d2"></div></div></div></body> +</html> |