19 Nov
2024
19 Nov
'24
5:50 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/tests/documentmode.js:
check(Attr.prototype, Node.prototype, "attr prototype"); check(document.createDocumentFragment(), DocumentFragment.prototype, "fragment"); check(DocumentFragment.prototype, Node.prototype, "fragment prototype"); + + var props = [ + [ "CSSStyleRule", [ "readOnly", "selectorText", "style" ] ],
Why is it a string instead of just `CSSStyleRule` or `CSSStyleRule.prototype`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6850#note_88050