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-hidden-reftest.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>The icon of the camera usermedia element should not be visibe if it is set to display:none</title>
<!-- TODO: Update the link to the usermedia icon spec -->
<link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md">
<link rel="mismatch" href="standard-camera-usermedia-element-ref.html">
<style>
::permission-icon {
display: none;
}
</style>
<usermedia id="camera" type="camera"></usermedia>