Sign in
webkit
/
WebKit
/
e031b9a93e1290978c3cb10583e857c51cbd591e
/
.
/
LayoutTests
/
fast
/
gradients
/
list-item-gradient.html
blob: 9788ec8dbdf920c6b119eaecb010dbdae68577f8 [
file
] [
log
] [
blame
]
<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>