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 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"/>