testing/web-platform/tests/css/css-masking/clip-path/svg-clip-path-ellipse-offset.html
author Cosmin Sabou <csabou@mozilla.com>
Sat, 12 Jul 2025 09:18:08 +0300 (6 hours ago)
changeset 796290 5ad1f0c58c82bdfa2f42fed870bbe143465398d0
parent 645241 2be34d049c71254a6876593d4c93219a473b6b5c
permissions -rw-r--r--
Revert "Bug 1977019 - re-enable hw video decoding testing. r=media-playback-reviewers,jolin" for causing win mda failures on test_hw_video_decoding.html This reverts commit 158474bdc0cf585b701bc47921f0a7d84f7bb84d.
<!DOCTYPE html>
<title>CSS Test: ellipse clip-path on svg graphics element with offset</title>
<link rel="help" href="https://crbug.com/1286412">
<link rel="help" href="https://drafts.fxtf.org/css-masking/#the-clip-path">
<link rel="match" href="svg-clip-path-ellipse-offset-ref.html">
<!-- Allow antialised pixel differences along the edge of the ellipse -->
<meta name="fuzzy" content="maxDifference=0-69; totalPixels=0-394">
<svg>
  <rect x="30" y="30" width="100" height="100" fill="green" style="clip-path: ellipse(40% 50%)"/>
</svg>