haikuwebkit/LayoutTests/fast/gradients/conic-repeating-last-stop-e...

19 lines
247 B
HTML

<html>
<head>
<style>
div {
width: 200px;
height: 200px;
}
#box1 {
background-color: yellow;
}
</style>
</head>
<body>
<div id="box1"></div>
</body>
</html>