Returns all CSS rules that apply to the element's pseudo-element.
@JSName('getMatchedCSSRules')
/**
* Returns all CSS rules that apply to the element's pseudo-element.
*/
@Returns('_CssRuleList|Null')
@Creates('_CssRuleList')
List<CssRule> getMatchedCssRules(Element element, String pseudoElement)
native;