when i wanna parse a html code like this:
some other words....<img src='example.jpg' onclick='javascript:if(this.width>100)this.width=100;' /> some words....
________________^________________________________________^__________________^___________
my code cannot get a correct result by CyberNeko, the element retrieved from the html document is :
<img src='example.jpg' onclick='javascript:if(this.width>
but not I expected below :
<img src='example.jpg' onclick='javascript:if(this.width>100)this.width=100;' />
fixed in https://github.com/HtmlUnit/htmlunit-neko