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
/
js
/
invalid-syntax-for-function.html
blob
6099c7660efef388e93d3b4f992c7eddcf3cd0a3
1
<body
onload
=
"$#*@#(!_)"
>
2
This test ensures we don't crash when we are given garbage for an attribute expecting a function.
<br />
3
https://bugs.webkit.org/show_bug.cgi?id=
19025
4
</body>
5
<script>
6
if
(
this
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
</script>