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
/
borders
/
borderRadiusGroove02.html
blob
d73334b407e96709c5e9d2e025f7a55a0d39027d
1
<html>
2
<head>
3
<style
type
=
"text/css"
>
4
div
{
5
width
:
200px
;
6
height
:
200px
;
7
border
:
2px
groove
#f00
;
8
border-radius
:
60px
;
9
background-color
:
#0f0
;
10
}
11
</style>
12
</head>
13
<body>
14
<div>
15
16
</div>
17
</body>
18
</html>