Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<meta charset="utf-8" />
<title>Geolocation 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 geolocation element is clamped to half of the
element's smallest dimension, resulting in a pill shape.
</p>
<style>
geolocation {
width: 100px;
height: 40px;
border-radius: 1000px;
background-color: blue;
display: inline-block;
}
</style>
<geolocation></geolocation>