mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision cf261625e2d230ab219eec966f4abe26e3401b64
This commit is contained in:
parent
11a89bcc47
commit
8f98acd0e7
297 changed files with 3396 additions and 1555 deletions
|
@ -1,12 +1,4 @@
|
|||
async_test(t => {
|
||||
const request = new XMLHttpRequest()
|
||||
request.open("GET", "toascii.json")
|
||||
request.send()
|
||||
request.responseType = "json"
|
||||
request.onload = t.step_func_done(() => {
|
||||
runTests(request.response)
|
||||
})
|
||||
}, "Loading data…")
|
||||
promise_test(() => fetch("resources/toascii.json").then(res => res.json()).then(runTests), "Loading data…");
|
||||
|
||||
function makeURL(type, input) {
|
||||
input = "https://" + input + "/x"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue