Raw File
invalid-url-image-1.html
<!DOCTYPE html>
<html>
  <body>
    <img src="http://www.foo  oo.com" alt="">
    <input type="image" src="http://www.foo  oo.com">
  </body>
</html>
back to top