haikuwebkit/LayoutTests/fast/gradients/conic-center-outside-box-ex...

15 lines
211 B
HTML

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