summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-image/center-scaling-1.html
blob: 7b1c2297a46b055be5cae629da0b45e1cd4e877c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<style>
div {
  border-width: 27px;
  border-style: solid;
  border-image: url("reticule.png") 27 fill round;
  width: 216px;
  height: 108px;
}
</style>
<div></div>