web-platform-tests/wpt
Vedi su GitHubTest if alternative stylesheet is blocking scripts
Open
#4948 aperta il 21 feb 2017
good first issuehtmltype:missing-coverage
Metriche repository
- Star
- (4581 star)
- Metriche merge PR
- (Merge medio 5g 23h) (682 PR mergiate in 30 g)
Descrizione
See https://github.com/w3c/web-platform-tests/pull/4828
https://html.spec.whatwg.org/#interactions-of-styling-and-scripting
Something like
<link rel="alternate stylesheet" title="x" href="foo.css?pipe=trickle(d2)">
<script>
assert_equals(document.querySelector('link').sheet.cssRules[0].zIndex, 10);
</script>