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-1.html
blob
908b732720d8aaa75c12222f253bc06e42cc5a0e
1
<!doctype
html
>
2
<html><head>
3
<style>
4
div {
5
margin:
27
px;
6
border-width:
1
em;
7
border-style: solid;
8
border-image: url(
"diamonds.png"
)
27
stretch round;
9
width:
270
px;
10
height:
135
px;
11
}
12
</style>
13
<body>
14
<div></div>
15
</body></html>