Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/permission-element/permission-icon/icon-slotted-pseudo-element.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>::permission-icon should match on ::slotted element</title>
<link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md">
<link rel="match" href="icon-slotted-pseudo-element-ref.html">
<div>
<template shadowrootmode="open">
<style>
::slotted(usermedia)::permission-icon {
fill: green;
}
</style>
<slot></slot>
</template>
<usermedia id="camera" type="camera"></usermedia>
</div>