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-max-height-reftest.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>The icon of the element should be restricted to 50px due to the max-height property.</title>
<!-- TODO: Update the link to the permission icon spec -->
<link rel="match" href="icon-css-property-max-height-reftest-ref.html">
<style>
::permission-icon {
height: 60px;
max-height: 50px;
}
</style>
<permission id="geolocation" type="geolocation"></permission>