border-radius-identical-ref.html (449B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Geolocation Element Border Radius Clamping Reference</title> 4 <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> 5 <style> 6 geolocation { 7 width: 100px; 8 height: 40px; 9 border-radius: 25px; 10 background-color: blue; 11 display: inline-block; 12 } 13 </style> 14 <geolocation></geolocation>