Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>The icon of the location permission element should not be visibe if it is set to display:none</title>
<!-- TODO: Update the link to the permission icon spec -->
<link rel="mismatch" href="standard-location-permission-element-ref.html">
<style>
::permission-icon {
display: none;
}
</style>
<permission id="geolocation" type="geolocation"/>