Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
chrome
/
test
/
data
/
no_real_image.html
blob: 70dd3c8fd471fa60b6ee0d4c414efdd3193324dd [
file
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
Test base with non-existent image file
</title>
<body>
<h1>
Hello have a look at this "picture"!
</h1>
<img
src
=
"not_a_real_image.png"
>
</body>