Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/permission-element/border-radius-identical.tentative.html - WPT Dashboard Interop Dashboard
<!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>