mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision f283c90ff58ce6b758525ba9ef8f7885d466730f
This commit is contained in:
parent
245ce017e3
commit
3a48586f85
192 changed files with 2963 additions and 170 deletions
|
@ -29,7 +29,7 @@ checkFetchResponse("data:image/png;base64,cmVzcG9uc2UncyBib2R5",
|
|||
"response's body",
|
||||
"image/png");
|
||||
checkFetchResponse("data:,response%27s%20body", "response's body", "text/plain;charset=US-ASCII", null, "POST");
|
||||
checkFetchResponse("data:,response%27s%20body", "response's body", "text/plain;charset=US-ASCII", null, "HEAD");
|
||||
checkFetchResponse("data:,response%27s%20body", "", "text/plain;charset=US-ASCII", null, "HEAD");
|
||||
|
||||
function checkKoUrl(url, method, desc) {
|
||||
var cut = (url.length >= 40) ? "[...]" : "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue