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
/
borderRadiusArcs01.html
blob
2bef30e72065bbd2baf98d91aa91da6512297ba6
1
<html>
2
<head>
3
<style
type
=
"text/css"
>
4
div
{
5
width
:
200px
;
6
height
:
200px
;
7
border
:
10px
solid cyan
;
8
border-bottom-color
:
blue
;
9
border-right-color
:
red
;
10
border-top-right-radius
:
40px
;
11
border-bottom-left-radius
:
60px
;
12
border-bottom-right-radius
:
30px
;
13
background-color
:
lime
;
14
}
15
</style>
16
</head>
17
<body>
18
<div>
19
20
</div>
21
</body>
22
</html>