diff options
Diffstat (limited to 'layout/reftests/outline/outline-overflow-block-ref.html')
-rw-r--r-- | layout/reftests/outline/outline-overflow-block-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/outline/outline-overflow-block-ref.html b/layout/reftests/outline/outline-overflow-block-ref.html new file mode 100644 index 000000000..9259a5da1 --- /dev/null +++ b/layout/reftests/outline/outline-overflow-block-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML> +<title>outline goes around overflow, floats</title> +<style> + +html, body { margin: 0; padding: 0; border: none } +html { overflow:hidden /* avoid second reflow for scrollbars */ } + +body > div { margin: 98px; border: 2px solid blue; height: 100px } + +</style> +<body> +<div></div> |