gecko/layout/reftests/border-image/center-scaling-1.html

12 lines
180 B
HTML

<!doctype html>
<style>
body { margin: 5px }
div {
border-width: 27px;
-moz-border-image: url("reticule.png") 27 round;
width: 270px;
height: 135px;
}
</style>
<div></div>