Tests/LibWeb: Verify setting {readable,writable}Type throws RangeError

This test proves that setting transformer.{readable,writable}Type to a
value throws a RangeError.
This commit is contained in:
Kenneth Myhra 2023-07-14 08:23:57 +02:00 committed by Andreas Kling
commit 1f4f750052
Notes: sideshowbarker 2024-07-16 18:03:21 +09:00
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,2 @@
'readableType' => Exception raised of RangeError
'writableType' => Exception raised of RangeError