haikuwebkit/LayoutTests/fast/gradients/list-item-gradient.html

14 lines
272 B
HTML

<html>
<head>
<style>
ul { list-style-image: -webkit-gradient(radial, center center, 3, center center, 6, from(#00c9ff), to(rgba(0,201,255,0)), color-stop(80%, #00b5e2)) }
</style>
</head>
<body>
<ul>
<li>Item One
<li>Item Two
<li>Item Three
</ul>