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-invalid-data.html
blob
9de10c461e517d91f86a456ed355711adcd9488c
1
<html>
2
<head>
3
<script
type
=
"text/javascript"
>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
</script>
7
</head>
8
<body>
9
<p>
10
This is test for an image with invalid data. No crash means test PASS.
11
</p>
12
<hr>
13
<img
src
=
"resources/invalid.jpg"
></img>
14
</body>
15
</html>