wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Add tests for background-clip: text with multiple background layers

Open johannesodland opened this issue 2 years ago • 0 comments

There are a few tests for background-clip with multiple image layers. Most of these test clipping of background color:

Unfortunately, there don't seem to be any tests for background-clip with multiple image layers where the top most layer is clipped to text. Firefox has an open issue on this.

There's a need for better test coverage in this area. Test should include multiple image layers, and test combinations of background-clip, including:

  background-clip: text, content-box, padding-box, border-box;

Note while background-clip: text is only specified in the css-backgrounds-4 draft, the value has been supported in most browsers since 2016.

johannesodland avatar Jul 20 '22 06:07 johannesodland