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