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
commit 36fddab68e
Notes: sideshowbarker 2024-07-17 10:10:18 +09:00
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1 @@
PASS