layout/reftests/position-dynamic-changes/vertical/style.css

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 #parent {
     2   position: relative;
     3   width: 400px;
     4   height: 400px;
     5   background: red;
     6   border: 0 solid black;
     7 }
     8 #child {
     9   position: absolute;
    10   width: 100px;
    11   left: 100px;
    12   background: blue;
    13   border: 0 solid black;
    14 }
    15 .floatTop {
    16   width: 10px;
    17   height: 10px;
    18   background: green;
    19 }

mercurial