icon-restricted-css-no-effect-reftest.html (565B)
1 <!doctype html> 2 <title>The icon of the permission element should not change when any of the restricted CSS properties are changed.</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="match" href="standard-location-element-ref.html"> 6 <style> 7 ::permission-icon { 8 margin-inline-start: 100px; 9 float: inline-end; 10 padding: 50px; 11 opacity: 0.5; 12 stroke-opacity: 0.5; 13 fill-rule: evenodd; 14 } 15 </style> 16 <geolocation id="geolocation"></geolocation>