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.