Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>Permission Element Border Radius Clamping</title>
<link rel="help"
<link rel="match" href="border-radius-identical-ref.html">
<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: 1000px;
background-color: blue;
display: inline-block;
}
</style>
<permission type="geolocation"></permission>