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
/
borderRadiusDouble07.html
blob
565c40254c269a327e01afa7ce35ab29eaaa567c
1
<style>
2
div#t {
3
width:
400
px;
4
height:
400
px;
5
border: double rgba(
255
,
0
,
0
,
1
);
6
border-width:
100
px
200
px;
7
border-radius:
108
px /
54
px;
8
border-left-color: rgba(
0
,
0
,
255
,
1
);
9
-moz-box-sizing: border-box;
10
box-sizing: border-box;
11
margin:
20
px;
12
}
13
</style>
14
<div
id
=
"t"
></div>