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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/position-dynamic-changes/mixed/style.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +#parent {
     1.5 +  position: relative;
     1.6 +  width: 400px;
     1.7 +  height: 400px;
     1.8 +  background: red;
     1.9 +  border: 0 solid black;
    1.10 +}
    1.11 +#child {
    1.12 +  position: absolute;
    1.13 +  left: 300px;
    1.14 +  top: 200px;
    1.15 +  right: 20px;
    1.16 +  bottom: 20px;
    1.17 +  background: blue;
    1.18 +  border: 0 solid black;
    1.19 +}
    1.20 +.floatLeft {
    1.21 +  width: 50px;
    1.22 +  height: 10px;
    1.23 +  background: green;
    1.24 +  float: left;
    1.25 +}

mercurial