Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>::permission-icon should match on ::slotted element</title>
<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>