http://bugs.winehq.org/show_bug.cgi?id=30478
Bug #: 30478 Summary: Document.write doesn't support number content Product: Wine Version: 1.5.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: ocean04@suomi24.fi Classification: Unclassified
wine iexplore http://netikka.net/dev/writenumbers.html
document.write(Math.round(3/2)); document.write(Math.random());
fixme:mshtml:document_write unsupported arg[0] = {VT_I4: 2} fixme:mshtml:document_write unsupported arg[0] = {VT_R8: 0.802874}