web-platform-tests/wpt

Test if alternative stylesheet is blocking scripts

Open

#4,948 创建于 2017年2月21日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)HTML (2,898 fork)batch import
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>

贡献者指南