tenfourfox/layout/reftests/border-image/different-h-v-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
236 B
HTML

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