gecko-dev/layout/reftests/image-element/invalid-src.html

10 строки
131 B
HTML

<!doctype html>
<style>
img {
display: inline-block;
width: 100px;
height: 100px;
}
</style>
<img src="yada yada">