servo/tests/wpt
Andreu Botella 95c3033456
Consume BOM in the text() method of fetch bodies (#36192)
In the fetch spec, the `text()` method of `Body` (an interface mixin
implemented by both `Request` and `Response`) consumes the body with
the Encoding spec "UTF-8 decode" algorithm, which skips the UTF-8 BOM
if it is present at the beginning of the body. Servo's implementation
does not do that. This patch fixes this.

Signed-off-by: Andreu Botella <abotella@igalia.com>
2025-03-28 19:02:48 +00:00
..
meta Consume BOM in the text() method of fetch bodies (#36192) 2025-03-28 19:02:48 +00:00
meta-legacy-layout/html/canvas Add Path2D (#35783) 2025-03-26 12:12:44 +00:00
mozilla Start implementing the URLPattern API (#36144) 2025-03-27 10:39:57 +00:00
tests Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195) 2025-03-28 06:07:42 +00:00
webgl Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195) 2025-03-28 06:07:42 +00:00
webgpu chore: Update wgpu (#35639) 2025-02-24 20:27:36 +00:00
aliases
config.ini
hosts
include.ini Import URLPattern tests (#36145) 2025-03-25 17:51:08 +00:00
README.md Update in-tree docs to point to the new book (#32743) 2024-07-09 15:42:00 +00:00

Web tests (including Web Platform Tests)

Moved to the Servo book: