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
/
paint
/
roundedrects
/
circle-with-shadow.html
blob
f97925b3cd41cce7ee3b954c91a64bf010e4b553
1
<!DOCTYPE
html
>
2
<style>
3
.circle{
4
width:
300
px;
5
height:
300
px;
6
border-radius:
51
%;
7
box-shadow: black
0 0 1
px
1.99
px;
8
}
9
</style>
10
There should be a ~
2
px shadow around the circle.
11
<div
class
=
"circle"
> </div>