Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>Permission Element Border Radius Clamping Reference</title>
<p>This test verifies that a large border-radius on a permission element is clamped to half of the element's smallest dimension, resulting in a pill shape.</p>
<style>
permission {
width: 100px;
height: 40px;
border-radius: 25px;
background-color: blue;
display: inline-block;
}
</style>
<permission type="geolocation"></permission>