haikuwebkit/LayoutTests/fast/gradients/linear-two-hints-expected.html

30 lines
502 B
HTML

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