diff options
Diffstat (limited to 'layout/reftests/outline/outline-overflow-block-ref.html')
-rw-r--r-- | layout/reftests/outline/outline-overflow-block-ref.html | 17 |
1 files changed, 17 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 0000000000..204d02430e --- /dev/null +++ b/layout/reftests/outline/outline-overflow-block-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE HTML> +<title>reference</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; + width: 50px; + height: 50px; +} + +</style> +<body> +<div></div> |