Would an image-set() with a single 1x image be equivalent to not using image-set() to begin with? Or is there a scenario where a browser should not meet the 1x threshold?
header {
background-image: image-set(url("image@1x.png") 1x);
}
In other words, presuming the above code, is there a scenario where a browser supporting image-set would not attempt to use image@1x.png?