summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-viewport/zoom/background-image-ref.html
blob: 6fe548f3435a61b3d34ecd1fa9be538224b3d28e (plain)
1
2
3
4
5
6
7
8
9
10
<!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>