web-platform-tests/wpt

Test if alternative stylesheet is blocking scripts

Open

#4 948 ouverte le 21 févr. 2017

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)HTML (2 898 forks)batch import
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>

Guide contributeur