17 Sep
2024
17 Sep
'24
10:43 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/tests/documentmode.js:
window.toString.call(null); ok(false, "expected exception calling window.toString with null context"); }catch(ex) {} + }else { + ok(window instanceof Object, "window not instance of Object"); + ok(document instanceof Object, "document not instance of Object");
It's not wrong, but note that we have more precise tests in "prototypes" test. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6515#note_82482