1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:07:44 +00:00

Tests/LibWeb: Verify XHR.response is an instance of Blob

This verifies that XHR.response is an instance of Blob when
XHR.responseType is set to 'blob'.
This commit is contained in:
Kenneth Myhra 2023-11-28 20:09:37 +01:00 committed by Andreas Kling
parent 09487679eb
commit 36fddab68e
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1 @@
PASS