testing/web-platform/tests/css/css-masking/clip-path/animations/clip-path-animation-none-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (6 hours ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 634240 d1ed3d20d3ffbb3bebf2ad4d4453fd72dda11f84
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation">
<style>
  .target {
    background-color: blue;
    width: 100px;
    height: 100px;
  }

  .outofbounds {
    position: absolute;
    top: 200px;
    left: 200px;
    height: 10px;
    width: 10px;
    background-color: blue
  }
</style>
<div class="target">
  <div class="outofbounds"></div>
</div>