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