Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<link rel="match" href="border-shape-shadow-circle-ref.html">
<style>
#target {
width: 100px;
height: 100px;
border-shape: circle(50px at 50% 50%);
}
#ref {
width: 100px;
height: 100px;
border-radius: 50px;
}
#target, #ref {
margin: 100px;
box-shadow: 0 0 10px 0 black;
}
</style>
<p>The following two should look the same:</p>
<div id="target"></div>
<div id="ref"></div>