Files
ladybird/Tests/LibWeb/Text/expected/css/MediaList-delete-medium.txt
Praise-Garfield e2cdd84fcb LibWeb: Throw NotFoundError in MediaList::delete_medium()
Per the CSSOM specification, throw a NotFoundError DOMException when
the specified medium is not found in the collection. Invalid input
that fails to parse continues to return silently per step 2.
2026-02-09 21:44:47 +01:00

8 lines
168 B
Plaintext

Initial: screen, print
Length: 2
After removing print: screen
Length: 1
Remove nonexistent throws: NotFoundError
Unchanged: screen
Remove unknown throws: NotFoundError