layout/reftests/bugs/462844-3.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>Testcase, bug 462844</title>
     3 <div style="position: relative">
     4 	<div>
     5 		<div style="height: 100px"></div>
     6 		<div style="background: aqua; height: 20px;"></div>
     7 		<div style="display:block; position: absolute; top: auto; left: 0; background: yellow;">Should be just below aqua block</div>
     8 		<div style="height: 100px"></div>
     9 	</div>
    10 </div>

mercurial