fix: typo in cypress

This commit is contained in:
yutotnh
2022-06-27 12:29:50 +09:00
parent ca909edbed
commit 5619b54cdb
28 changed files with 55 additions and 72 deletions

View File

@@ -3,4 +3,4 @@ div.id = 'the-malware';
div.className = 'malware';
div.innerHTML = 'XSS Succeeded';
parent.document.getElementsByTagName('body')[0].appendChild(div);
throw new Error('XSS Succeded');
throw new Error('XSS Succeeded');