Skip to content

Commit

Permalink
test: Add test for html injection
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Aug 18, 2024
1 parent c026d84 commit 3ce1f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ describe('Floccus', function() {
parentId: localRoot
})
const barFolder = await browser.bookmarks.create({
title: "bar=?*'Ä_:-^;",
title: "bar=?*'Ä_:-^;<script>",
parentId: fooFolder.id
})
const bookmark = await browser.bookmarks.create({
Expand Down

0 comments on commit 3ce1f36

Please sign in to comment.