summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/border-radius-012.html
blob: e3b97e2ea7b7793becf4e31e9e79f0ed7118aeeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>