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
/
dom
/
HTMLImageElement
/
image-src-onerror.html
blob
1648c6f4ae283b2698fedf707047467416633ab5
1
<!DOCTYPE
html
>
2
<script>
3
if
(
testRunner
) {
4
testRunner
.
dumpAsText
();
5
testRunner
.
waitUntilDone
();
6
}
7
window
.
onload
=
function
() {
8
setTimeout
(
function
() {
9
if
(
testRunner
)
10
testRunner
.
notifyDone
();
11
},
500
);
12
};
13
</script>
14
<img
src
=
"1x.gif"
onerror
=
"console.log('Error triggerred');"
>