| <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> |