icon-hidden-reftest.html (460B)
1 <!doctype html> 2 <title>The icon of the location permission element should not be visibe if it is set to display:none</title> 3 <!-- TODO: Update the link to the permission icon spec --> 4 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md"> 5 <link rel="mismatch" href="standard-location-permission-element-ref.html"> 6 <style> 7 ::permission-icon { 8 display: none; 9 } 10 </style> 11 <permission id="geolocation" type="geolocation"></permission>