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
/
borders
/
border-image-outset-split-inline.html
blob
e1afd9f4bab5f54b19514642f14527674e884344
1
<html>
2
<head>
3
<style>
4
span {
5
border-width:
21
px
30
px
30
px
21
px;
6
-webkit-border-image: url(
"resources/border-image.png"
)
21 30 30 21
/
1
/
21
px
30
px
30
px
21
px repeat;
7
}
8
</style>
9
</head>
10
<body>
11
<div
style
=
"padding:25px; line-height:6; font-size:25px"
><span>
<br>
</span></div>
12
</body>
13
</html>