Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-images/image-rendering-border-image.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>image-rendering applies to border-image</title>
<link rel=author href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel=mismatch href="image-rendering-border-image-notref.html">
<style>
div {
width: 200px;
height: 150px;
background-color: black;
border: solid 4px;
border-image: url(support/small-border.png) 4 / 16px;
image-rendering: pixelated;
}
</style>
<div></div>