mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Update web-platform-tests to revision abd18b3e018d25ed668d179c905b7869dca5e239
This commit is contained in:
parent
908a642063
commit
158f7eec0e
117 changed files with 2997 additions and 434 deletions
|
@ -11,7 +11,7 @@
|
|||
async function runManualTest({ completeWith: result }, button) {
|
||||
button.disabled = true;
|
||||
const { response, request } = await getPaymentRequestResponse();
|
||||
promise_test(async () => {
|
||||
promise_test(async t => {
|
||||
try {
|
||||
// We .complete() as normal, using the passed test value
|
||||
const promise = response.complete(result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue