Commit Graph

4 Commits

Author SHA1 Message Date
Tete17
322ff629a1 LibWeb: Correct Clamp behaviour if the value lies in the halfway point
The C round differs from the web standard if the value lies exactly at
the middle point. C rounds away from 0 while the web moves to the even
value of the 2 extremes.

This fixes at least 5 tests :)
2025-12-18 23:26:20 +01:00
Tete17
8ddf97053a LibWeb: Import Blob-slice WPT test 2025-12-18 23:26:20 +01:00
Shannon Booth
8e410f959c LibWeb/FileAPI: Implement aborting a FileReader read
This fixes a timeout for the included WPT test.
2025-01-30 14:25:27 -07:00
Shannon Booth
eca68aad88 LibWeb/FileAPI: Implement FileReader readAsBinaryString 2025-01-28 11:39:23 +00:00