icon-css-property-margin-bounded-reftest.html (533B)
1 <!doctype html> 2 <title> 3 The margin-inline-end is set to the exact maximum allowed limit in the ref. 4 Increasing it further should have no effect. 5 </title> 6 <!-- TODO: Update the link to the permission icon spec --> 7 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md" /> 8 <link rel="match" href="icon-css-property-margin-bounded-reftest-ref.html" /> 9 <style> 10 geolocation { 11 font-size: 10px; 12 } 13 ::permission-icon { 14 margin-inline-end: 100px; 15 } 16 </style> 17 <geolocation id="geolocation"></geolocation>