Description |
Pass |
Bug Number |
Actual Result |
Expected Result |
(control: check for document.styleSheets before using it)
| failed | Bug report required
| [object StyleSheetList]
| [xpconnect wrapped StyleSheetList]
|
(control: check for document.styleSheets[0] before using it)
| failed | Bug report required
| [object CSSStyleSheet]
| [xpconnect wrapped CSSStyleSheet]
|
(control: check for document.styleSheets[0].cssRules before using it)
| failed | Bug report required
| [object CSSRuleList]
| [xpconnect wrapped CSSRuleList]
|
(control: check for document.styleSheets[0].cssRules[0] before using it)
| failed | Bug report required
| [object CSSImportRule]
| [xpconnect wrapped CSSStyleRule]
|
(control: check for document.styleSheets[0].cssRules[0].styleSheet before using it)
| failed | Bug report required
| [object CSSStyleSheet]
| [xpconnect wrapped CSSStyleSheet]
|
Check ownerRule of first level import
| passed
| true
| 1
|
Check ownerRule of import at second level
| failed | Bug report required
| SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules
| 1
|
Check ownerRule of import at third level (points to second level file again)
| failed | Bug report required
| SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules
| 1
|