good first issuehtmltype:missing-coverage
倉庫指標
- Star
- (4,581 star)
- PR 合併指標
- (平均合併 6天 7小時) (30 天內合併 626 個 PR)
描述
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>