testing/web-platform/tests/css/css-masking/clip-path/clip-path-inline-008-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 04:32:24 +0000 (104 minutes ago)
changeset 796014 f14d1c1492bc6791542a001365abbca4bd9b28db
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>