diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 16:00:03 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 16:00:03 -0400 |
commit | 58692c5544781c0fb50f7ab112be7eb38a188ae6 (patch) | |
tree | 872b93f91c1d8671caedde58d865d1b4913aaa92 /test | |
parent | 944ea96ae6f72c11527091a718b124d7e396cf34 (diff) |
content, test: image: remove 'id' slot
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/image.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test/snapshot/image.js b/test/snapshot/image.js index 2a1e9805..447e7fa7 100644 --- a/test/snapshot/image.js +++ b/test/snapshot/image.js @@ -38,29 +38,6 @@ testContentFunctions(t, 'image (snapshot)', async (t, evaluate) => { }, }); - quickSnapshot('id without link', { - slots: { - src: 'foobar', - id: 'banana', - }, - }); - - quickSnapshot('id with link', { - slots: { - src: 'foobar', - link: true, - id: 'banana', - }, - }); - - quickSnapshot('id with square', { - slots: { - src: 'foobar', - square: true, - id: 'banana', - }, - }); - quickSnapshot('width & height', { slots: { src: 'foobar', |