mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix URLSearchParams formatting.
This commit is contained in:
parent
0307caa4bb
commit
9df501afd9
3 changed files with 1 additions and 101 deletions
|
@ -140,7 +140,7 @@ impl URLSearchParamsHelpers for URLSearchParams {
|
||||||
|
|
||||||
// Encode everything else using 'percented-encoded bytes'
|
// Encode everything else using 'percented-encoded bytes'
|
||||||
// https://url.spec.whatwg.org/#percent-encode
|
// https://url.spec.whatwg.org/#percent-encode
|
||||||
a => format!("%{:X}", a).into_bytes(),
|
a => format!("%{:02X}", a).into_bytes(),
|
||||||
};
|
};
|
||||||
buf.push_all(&append);
|
buf.push_all(&append);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,50 +0,0 @@
|
||||||
[send-usp.html]
|
|
||||||
type: testharness
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (0)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (1)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (2)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (3)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (4)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (5)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (6)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (7)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (8)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (9)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (10)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (11)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (12)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (13)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (14)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (15)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -1,50 +0,0 @@
|
||||||
[send-usp.worker]
|
|
||||||
type: testharness
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (0)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (1)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (2)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (3)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (4)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (5)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (6)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (7)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (8)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (9)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (10)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (11)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (12)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (13)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (14)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[XMLHttpRequest.send(URLSearchParams) (15)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue