comparison: layout/reftests/image/invalid-url-image-1.html
layout/reftests/image/invalid-url-image-1.html
- branch
- TOR_BUG_9701
- changeset 11
- deefc01c0e14
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> |