From 5b731d7b99f5f97ddd3980b545d98b558c83c8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A9fling?= Date: Thu, 29 Aug 2024 20:04:37 +0200 Subject: [PATCH] Added background-clip to Backgrounds Module Level 4 --- tests/css-backgrounds-4.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/css-backgrounds-4.js b/tests/css-backgrounds-4.js index 782cc7c..b625d51 100644 --- a/tests/css-backgrounds-4.js +++ b/tests/css-backgrounds-4.js @@ -137,5 +137,12 @@ export default { 'end 20px', ], }, + 'background-clip': { + links: { + tr: '#the-background-clip', + dev: '#background-clip', + }, + tests: ['text', 'border-area'], + }, }, };