blob: 2da6c30511bfac87f399d7a51fb6193e0177fa2f [file] [edit]
<html>
<head>
<script src="resources/srcset-helper.js"></script>
</head>
<body id="body">
<div>This test passes if this img tag below is empty and displays nothing. It ensures that the srcset attribute supports invalid inputs</div>
<img height="100" width="100" src="" srcset="1x,, , x ,2x "></img>
</body>
</html>