iconv: Bail out of the loop when an illegal sequence of bytes occurs.
[elinks/elinks-j605.git] / test / ecmascript / onload.html
blob04b0e4ec66e6020c7b5fdf41eea7f4636a8e6ac5
1 <body onLoad="document.title+=' x';">
2 <div onLoad="document.title+='y';">
3 foo
4 </div>
5 </body>