repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bumping manifests a=b2g-bump
[gecko.git]
/
layout
/
reftests
/
border-image
/
different-h-v-ref.html
blob
3beef127261a32e17ab82fd4196c86f73d839327
1
<!doctype
html
>
2
<html><head>
3
<style>
4
div {
5
margin:
27
px;
6
border-width:
1
em;
7
border-image: url(
"diamonds.png"
)
27
stretch;
8
width:
270
px;
9
height:
135
px;
10
}
11
</style>
12
<body>
13
<div></div>
14
</body></html>