gecko/layout/reftests/border-image/center-scaling-1.html
Zack Weinberg 174bffdc75 Bug 455364. Use nsLayoutUtils::DrawImage helpers to draw border-images, fixing rounding issues. r+sr=roc
--HG--
extra : rebase_source : 6e65e6265d1e3c8b1f2c90af4b78535c31aa0551
2009-02-16 14:04:03 +13:00

11 lines
159 B
HTML

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