diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-24 14:17:40 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-24 14:18:59 -0400 |
commit | 1c58d918e8126c4423608e9504a7f0fcbce2a64e (patch) | |
tree | 087e01135cecd5741a2837b28a953292213de8a5 /test | |
parent | 25956ed1bbc7b894a0921530a2d7cbb892cb56c5 (diff) |
test: linkExternal: add flash snapshots
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/linkExternal.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/snapshot/linkExternal.js b/test/snapshot/linkExternal.js index f9877aad..434372a9 100644 --- a/test/snapshot/linkExternal.js +++ b/test/snapshot/linkExternal.js @@ -49,4 +49,13 @@ testContentFunctions(t, 'linkExternal (snapshot)', async (t, evaluate) => { 'https://youtube.com/watch?v=abc', 'https://youtube.com/Playlist?list=kweh', ]); + + quickSnapshotAllStyles('flash', [ + 'https://www.bgreco.net/hsflash/002238.html', + 'https://homestuck.com/story/1234', + 'https://homestuck.com/story/pony', + 'https://www.youtube.com/watch?v=wKgOp3Kg2wI', + 'https://youtu.be/IOcvkkklWmY', + 'https://some.external.site/foo/bar/', + ]); }); |