13 Nov
2024
13 Nov
'24
12:30 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/tests/documentmode.js:
/* test window object and its global scope handling */ obj = window;
+ ok("encodeURIComponent" in obj, "encodeURIComponent not in obj"); + try { + r = (delete window.encodeURIComponent);
It probably makes sense to restore `encodeURIComponent` at the end of the test to avoid potentially impacting other tests. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6721#note_87301