icon-css-property-stroke-width-reftest-ref.html (247B)
1 <!doctype html> 2 <title> 3 A standard permission element of type location, with a red stroke with the 4 default stroke-width of 1px. 5 </title> 6 7 <style> 8 ::permission-icon { 9 stroke: red; 10 } 11 </style> 12 <geolocation id="geolocation"></geolocation>