mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
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.
8 lines
168 B
Plaintext
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
|