Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!doctype html>
<title>
The margin-inline-end is set to the exact maximum allowed limit in the ref.
Increasing it further should have no effect.
</title>
<!-- TODO: Update the link to the permission icon spec -->
<link rel="match" href="icon-css-property-margin-bounded-reftest-ref.html" />
<style>
permission {
font-size: 10px;
}
::permission-icon {
margin-inline-end: 100px;
}
</style>
<permission id="geolocation" type="geolocation"></permission>