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