In latest Chrome, CORS security rules are applicable for style-sheets also (Similar to Iframe rules).
You can load and render them but, cannot access the content through javascript (If loaded from Cross-Domain ).
If your CSS Stylesheet is from Same domain as of HTML /or included in same HTML file, you will be able to access document.styleSheets[elem].cssRules
otherwise it will throw error
Uncaught DOMException: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules
Cross Domain Stylesheet
Same Domain Stylesheet
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…