repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
gradients
/
list-item-gradient.html
blob
9788ec8dbdf920c6b119eaecb010dbdae68577f8
1
<html>
2
<head>
3
<style>
4
ul { list-style-image: -webkit-gradient(radial, center center,
3
, center center,
6
, from(#
00
c9ff), to(rgba(
0
,
201
,
255
,
0
)), color-stop(
80
%, #
00
b5e2)) }
5
</style>
6
</head>
7
<body>
8
<ul>
9
<li>
Item One
10
<li>
Item Two
11
<li>
Item Three
12
</ul>
13
14