layout/reftests/position-dynamic-changes/horizontal/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/horizontal/style.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     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 +  height: 100px;
    1.14 +  top: 100px;
    1.15 +  background: blue;
    1.16 +  border: 0 solid black;
    1.17 +}
    1.18 +.floatLeft {
    1.19 +  width: 50px;
    1.20 +  height: 10px;
    1.21 +  background: green;
    1.22 +  float: left;
    1.23 +}

mercurial