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-css-property-fill-reftest.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>The icon of the element should change if the fill color is changed</title>
<link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md">
<link rel="mismatch" href="icon-css-property-fill-reftest-ref.html">
<style>
usermedia {
color: blue;
}
::permission-icon {
fill: red;
}
</style>
<usermedia id="camera" type="camera"></usermedia>