testing/web-platform/tests/css/css-masking/clip-path/clip-path-inline-007-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (112 minutes ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
parent 677971 ce5ddf528a67a0d8a63c4d6fbdc84f0f3566a333
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<meta content="ahem" name="flags">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
  .container {
    font: 100px/1 Ahem;
    line-height: 100px;
  }
  .container > span {
    clip-path: circle(50%);
    color: green;
  }
</style>
<p>Test passes if there is a filled green circle with radius 50px.
<div class="container">
  <span>X</span>
</div>