gecko-dev/layout/reftests/border-image/center-scaling-4lr.html
William Chen d4fa3e33b1 Bug 497995: Part 2 - Update existing border-image tests. r=dbaron
--HG--
extra : rebase_source : b9fb3987c8540457fa1f7b3e27420f208207a9c0
2011-12-22 18:34:53 -05:00

12 lines
196 B
HTML

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