haikuwebkit/PerformanceTests/Layout/resources/floats.css

18 lines
183 B
CSS

.container {
display: none;
}
.float {
float: left;
width: 5px;
height: 5px;
border: 1px solid green;
}
.big {
width: 10px;
}
.float-end {
clear:left;
}