chromium/third_party/blink/web_tests/external/wpt/css/css-viewport/zoom/background-image-ref.html

<!doctype html>
<title>CSS Test Reference</title>
<style>
div {
  width: 10px;
  height: 10px;
  background-image: image-set(url("/images/pattern.png") 2x);
}
</style>
<div></div>