gecko/layout/reftests/border-image/center-scaling-4b.html
Zack Weinberg c68dd8b7ce Bug 479156. Fix unit scale factors in border-image drawing. r+sr=roc
--HG--
extra : rebase_source : 06899c9162b0b30f890385fd4caa3f4cd22ecf48
2009-02-24 21:31:22 +13:00

11 lines
171 B
HTML

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