Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="match" href="border-shape-clips-background-ref.html">
<style>
#target {
width: 100px;
height: 100px;
border-shape: circle();
border: 10px solid purple;
background: green;
border-radius: 10px;
}
</style>
<div id="target"></div>