1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:27:35 +00:00

Tests/LibWeb: Verify XHR.open() throws on forbidden method

This verifies that XHR.open() throws a Security Error when 'CONNECT',
'TRACE', or 'TRACK' is passed as the method argument.
This commit is contained in:
Kenneth Myhra 2023-11-25 19:39:11 +01:00 committed by Andreas Kling
parent eb6a7ccc59
commit 68fa8f52b4
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1 @@
PASS