summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-image/different-h-v-2.html
blob: 6bce841adff6521dee73fe9b2a2ed258172e0032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html><head>
<style>
div { 
  margin: 27px;
  border-width: 1em;
  border-style: solid;
  border-image: url("diamonds.png") 27 round stretch;
  width: 270px;
  height: 135px;
}
</style>
<body>
<div></div>
</body></html>