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/geolocation-element/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-element-ref.html">
<style>
::permission-icon {
display: none;
}
</style>
<geolocation id="geolocation"></geolocation>