Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<script>
window.addEventListener('load', () => {
var b = new CSSStyleSheet({'disabled': true})
var c = a.attachShadow({'mode': 'closed'})
c.adoptedStyleSheets = [new CSSStyleSheet(), b, b]
b.disabled = false
})
</script>