haikuwebkit/LayoutTests/fast/gradients/conic-extended-stops-expect...

32 lines
591 B
HTML

<html>
<head>
<style>
div {
float: left;
}
#box1 {
height: 25px;
width: 50px;
float: left;
background-color: blue;
}
#box2 {
height: 25px;
width: 25px;
clear: left;
background-color: magenta;
}
#box3 {
height: 25px;
width: 25px;
background-color: orange;
}
</style>
</head>
<body>
<div id="box1"></div>
<div id="box2"></div>
<div id="box3"></div>
</body>
</html>