Files
servo/components/script
Kingsley Yung 71de70742e script: Fix wrongly matched normalized algorithm in NormalizedAlgorithm::get_key_length (#40686)
In `NormalizedAlgorithm::get_key_length`, we match the wrong enum
variants for HKDF and PBKDF2. Therefore, the function wrongly returns
`NotSupportedError` for them. It causes a few WPT tests fail. This patch
fix it with correct enum variants.

Testing: Pass some WPT tests that were expected to fail.

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
2025-11-17 10:19:41 +00:00
..
2025-10-02 07:51:19 +00:00
2025-10-02 07:51:19 +00:00