testing/web-platform/tests/css/css-masking/clip-path/clip-path-inline-004-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 04:32:24 +0000 (3 hours ago)
changeset 796014 f14d1c1492bc6791542a001365abbca4bd9b28db
parent 675893 c6bccd69d8ea079d8cb84f7d235cf7ead7b46e6e
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 {
    margin: 50px;
    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>