mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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>
44 lines
1.4 KiB
INI
Vendored
44 lines
1.4 KiB
INI
Vendored
[trailing-dot.https.sub.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[trailing-dot.https.sub.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[trailing-dot.https.sub.any.worker.html]
|
|
[Fetching a resource from the same origin, but spelled with a trailing dot.]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from the same origin, but spelled with a trailing dot.: sec-fetch-site]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from the same site, but spelled with a trailing dot.]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from the same site, but spelled with a trailing dot.: sec-fetch-site]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from a cross-site host, spelled with a trailing dot.]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from a cross-site host, spelled with a trailing dot.: sec-fetch-site]
|
|
expected: FAIL
|
|
|
|
|
|
[trailing-dot.https.sub.any.html]
|
|
[Fetching a resource from the same origin, but spelled with a trailing dot.]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from the same origin, but spelled with a trailing dot.: sec-fetch-site]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from the same site, but spelled with a trailing dot.]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from the same site, but spelled with a trailing dot.: sec-fetch-site]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from a cross-site host, spelled with a trailing dot.]
|
|
expected: FAIL
|
|
|
|
[Fetching a resource from a cross-site host, spelled with a trailing dot.: sec-fetch-site]
|
|
expected: FAIL
|