chromium/third_party/blink/web_tests/external/wpt/css/css-images/image-rendering-border-image-notref.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>