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
/
border-image-trumps-radius.html
blob
d0b2cfd536db1864c4a9c4a5b0369e0362c14d9e
1
<div
style
=
"width: 100px; height: 100px; background-color: red;"
></div>
2
<div
style
=
"
3
margin-top: -100px;
4
background-color: red;
5
border-radius: 50px;
6
width: 80px;
7
height: 80px;
8
border-width: 10px;
9
border-color: rgba(0, 0, 255, 0.5);
10
-webkit-border-image: -webkit-linear-gradient(green, green) 10 10 10 10;
11
"
></div>