Update web-platform-tests to revision f283c90ff58ce6b758525ba9ef8f7885d466730f

This commit is contained in:
WPT Sync Bot 2019-08-27 10:46:25 +00:00
parent 245ce017e3
commit 3a48586f85
192 changed files with 2963 additions and 170 deletions

View file

@ -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) ? "[...]" : "";