icon-css-property-fill-reftest.html (443B)
1 <!doctype html> 2 <title>The icon of the element should change if the fill color is 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="mismatch" href="icon-css-property-fill-reftest-ref.html"> 6 <style> 7 geolocation { 8 color: blue; 9 } 10 ::permission-icon { 11 fill: red; 12 } 13 </style> 14 <geolocation id="geolocation"></geolocation>