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>