comparison: layout/reftests/image/invalid-url-image-1.html
layout/reftests/image/invalid-url-image-1.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <body> |
|
4 <img src="http://www.foo oo.com" alt=""> |
|
5 <input type="image" src="http://www.foo oo.com"> |
|
6 </body> |
|
7 </html> |