testing/web-platform/tests/css/css-backgrounds/border-radius-012-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (8 hours ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 546439 9cfd6ab722f84ea1dcc430230ff6350e19dc5c86
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  .spacer { display:inline-block; width:20px; }
</style>
<p>There should be two good-looking arcs below.</p>
<div style="font-size:40px; line-height:100px;">
  <span style="border:20px solid; border-radius:40px; border-right:none; border-top-right-radius:0; border-bottom-right-radius:0;">
    <span class="spacer"></span></span>
  <br>
  <span style="border:20px solid; border-radius:40px; border-left:none; border-top-left-radius:0; border-bottom-left-radius:0;">
    <span class="spacer"></span></span>
</div>