Although there seems to be plenty of answers regarding broken <img>
handling to show replacement images when the original could not be loaded, I can't seem to find a solution regarding missing background-images.
Question: How can I show another background-image if the original background-image was not loaded?
I apply the background-images like this:
<div style="background-image: url('img/test.jpg');"></div>