Jacek Caban (@jacek) commented about dlls/mshtml/tests/documentmode.js:
ok(x.setterVal === 9, "x.setterVal after setting bar = " + x.setterVal);});
+sync_test("Crypto", function() {
- var crypto = window.msCrypto, arr, r;
Note that instead of `window.msCrypto` you could use just `msCrypto`. Then the extra variable does not seem very useful.