gecko/layout/reftests/image/invalid-url-image-1.html

7 lines
127 B
HTML
Raw Normal View History

<html>
<body>
<img src="http://www.foo oo.com">
<input type="image" src="http://www.foo oo.com">
</body>
</html>