layout/reftests/outline/outline-overflow-block-float.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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>

mercurial