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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
gradients
/
border-image-gradient.html
blob
f6123f416916980c681c893d2bae52c0eaba2c82
1
<html>
2
<head>
3
<style>
4
div {
5
border-width:
21
px
30
px
30
px
21
px;
6
width:
75
px;
7
height:
75
px;
8
margin:
10
px;
9
-webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#
00
abeb), to(#fff), color-stop(
0.5
, #fff), color-stop(
0.5
, #
66
cc00))
21 30 30 21
repeat repeat;
10
}
11
</style>
12
</head>
13
<body>
14
<div></div>
15
</body>
16
</html>