http://bugs.winehq.org/show_bug.cgi?id=26392
Summary: Builtin IE won't display some jpeg images Product: Wine Version: 1.3.15 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
Open https://mybank.icbc.com.cn/servlet/com.icbc.inbs.person.servlet.Verifyimage2...
with builtin IE,
the verify image won't display ,just display "Refresh verification code".
Here is the source code of above url:
<img src="/servlet/com.icbc.inbs.person.servlet.Verifyimage2?disFlag=2&randomKey=1299899662433135571" border="0" onclick="parent.refreshVerifyimage();return false;" style="CURSOR: hand" alt="Refresh verification code"/></div></html>
It seems ugly ... there is no </img> ,no <div> ,no <html> ...