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-height-reftest.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>The icon of the element should change if the height is changed</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 {
height: 20px;
}
</style>
<usermedia id="camera" type="camera"></usermedia>