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-scaled-gradient.html
blob
930b04acc497ff4110f936d92fe058701bd68823
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<style>
6
div {
7
width:
300
px;
8
height:
300
px;
9
border:
2
px solid red;
10
border-image: -webkit-linear-gradient(
30
deg, black, white)
1
fill repeat;
11
}
12
13
</style>
14
</head>
15
<body>
16
<div>
17
</div>
18
</body>
19
</html>