haikuwebkit/LayoutTests/js/dom/invalid-syntax-for-function...

9 lines
260 B
HTML

<body onload="$#*@#(!_)">
This test ensures we don't crash when we are given garbage for an attribute expecting a function.<br />
https://bugs.webkit.org/show_bug.cgi?id=19025
</body>
<script>
if (this.testRunner)
testRunner.dumpAsText();
</script>