repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
images
/
image-empty-data.html
blob
1edb4da5bf4b43addfe5e3a556bf61c46ac224de
1
<html>
2
<head>
3
<title></title>
4
<script
type
=
"text/javascript"
>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
</script>
8
</head>
9
<body>
10
<p>
11
This is test for an image with no data. No crash means test PASS.
12
</p>
13
<hr>
14
<img
src
=
"data:image/png,"
>
15
</body>
16
</html>