Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
1 <!DOCTYPE HTML>
2 <title>outline goes around overflow, floats</title>
3 <style>
5 html, body { margin: 0; padding: 0; border: none }
6 html { overflow:hidden /* avoid second reflow for scrollbars */ }
8 body > div { margin: 100px; outline: 2px solid blue }
10 body > div > div { float: left; width: 100px; height: 100px }
12 </style>
13 <body>
14 <div><div></div></div>