web-platform-tests/wpt
Voir sur GitHubTest if alternative stylesheet is blocking scripts
Open
#4 948 ouverte le 21 févr. 2017
good first issuehtmltype:missing-coverage
Métriques du dépôt
- Stars
- (4 581 stars)
- Métriques de merge PR
- (Merge moyen 5j 23h) (682 PRs mergées en 30 j)
Description
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>