1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/outline/outline-overflow-block-abspos.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<title>outline goes around overflow, floats</title> 1.6 +<style> 1.7 + 1.8 +html, body { margin: 0; padding: 0; border: none } 1.9 +html { overflow:hidden /* avoid second reflow for scrollbars */ } 1.10 + 1.11 +body > div { margin: 100px; outline: 2px solid blue; position: relative } 1.12 + 1.13 +body > div > div { position: absolute; top: 0; left: 0; width: 100px; height: 100px } 1.14 + 1.15 +</style> 1.16 +<body> 1.17 +<div><div></div></div>