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`?