haikuwebkit/LayoutTests/fast/gradients/conic-repeating-expected.html

33 lines
561 B
HTML

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