icon-css-property-height-bounded-reftest-ref.html (316B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title> 4 A standard permission element of type location, with the maximum allowed 5 height. 6 </title> 7 8 <style> 9 10 geolocation { 11 font-size: 10px; 12 } 13 14 ::permission-icon { 15 /* 15px is 1.5em */ 16 height: 15px; 17 } 18 </style> 19 20 <geolocation id="geolocation"></geolocation>