testing/web-platform/tests/css/css-backgrounds/border-radius-012.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (4 hours ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
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">
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-border-radius">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1119323">
<link rel="match" href="border-radius-012-ref.html">
<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;">
    <span class="spacer"></span><br><span class="spacer"></span>
  </span>
</div>