blob: 0da39b7581e8626b14fb164033c87c6c74083779 [file] [log] [blame] [edit]
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-images-4/#image-set-notation">
<link rel="match" href="/css/reference/blank.html">
<meta name="assert" content="image-set rendering with zero resolution">
<style>
#test {
background-image: url("/images/red.png");
background-image: image-set(url("/images/red.png") 0x);
width: 100px;
height: 100px;
}
</style>
<div id="test"></div>