Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>The icon of the element should change if the fill color is changed</title>
<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>