servo/tests/wpt/web-platform-tests/css/css-images/image-rendering-border-image-notref.html

12 lines
224 B
HTML

<!doctype html>
<title>CSS Test Reference</title>
<style>
div {
width: 200px;
height: 150px;
background-color: black;
border: solid 4px;
border-image: url(support/small-border.png) 4 / 16px;
}
</style>
<div></div>