web-platform-tests/wpt
Auf GitHub ansehenTest if alternative stylesheet is blocking scripts
Open
#4.948 geöffnet am 21. Feb. 2017
good first issuehtmltype:missing-coverage
Repository-Metriken
- Stars
- (4.581 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 5T 23h) (682 gemergte PRs in 30 T)
Beschreibung
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>