chromium/third_party/blink/web_tests/fast/js/invalid-syntax-for-function.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>