gecko/layout/reftests/border-image/different-h-v-ref.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

15 lines
212 B
HTML

<!doctype html>
<html><head>
<style>
div {
margin: 27px;
border-width: 1em;
-moz-border-image: url("diamonds.png") 27 stretch;
width: 270px;
height: 135px;
}
</style>
<body>
<div></div>
</body></html>