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