http://bugs.winehq.org/show_bug.cgi?id=27272
Summary: Wine builtin iexplore does not crash while loading http://www.crashie.com/ Product: Wine Version: 1.3.20 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
Created an attachment (id=34882) --> (http://bugs.winehq.org/attachment.cgi?id=34882) Screenshot: wine internet explorer
http://www.crashie.com/ says, """ Using Internet Explorer? There's a good chance you're not reading this. A single line of code embedded in this page crashes most versions of IE. """
The source code that causes it to crash is below:
<script>for(x in document.write){document.write(x);}</script> This one does the trick for older versions: <input type crash>
However, I have tested Wine built-in IE with several fake windows version, such as WinXP, Win98, Vista, none of them crash. I'm not sure whether this is a feature or a bug.
Is there any way to works around it?
A screenshot and a full log are attached.
Thanks!