tenfourfox/layout/reftests/border-image/center-scaling-4r.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
194 B
HTML

<!doctype html>
<style>
div {
border-width: 27px 0 27px 27px;
border-style: solid;
border-image: url("reticule.png") 27 fill round;
width: 216px;
height: 108px;
}
</style>
<div></div>