blob: d1fe8d0724c1204c7f5d1dce0834a75bd5bb98f7 [file] [log] [blame] [edit]
<!doctype html>
<title>The icon of the element should change if the min-height is changed</title>
<!-- TODO: Update the link to the permission icon spec -->
<link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md">
<link rel="mismatch" href="standard-location-permission-element-ref.html">
<style>
::permission-icon {
min-height: 50px;
}
</style>
<permission id="geolocation" type="geolocation"></permission>