Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>
The icon is set to the exact maximum height in the reference.
Increasing it further should have no effect.
</title>
<!-- TODO: Update the link to the permission icon spec -->
<link rel="match" href="icon-css-property-height-bounded-reftest-ref.html" />
<style>
permission {
font-size: 10px;
}
::permission-icon {
height: 100px;
}
</style>
<permission id="geolocation" type="geolocation"></permission>