mirror of
https://github.com/servo/servo.git
synced 2025-08-20 21:05:34 +01:00
Update web-platform-tests to revision 138d2e938d493a5c8435025162759c2e34b3b1d1
This commit is contained in:
parent
ce37d5ebf2
commit
732399d5d9
1754 changed files with 6528 additions and 3662 deletions
|
@ -228,8 +228,7 @@ promise_test(t => {
|
|||
promise_rejects(t, new TypeError(), writer.push({
|
||||
url: invalid_url,
|
||||
records: [{ recordType: "text", data: 'Hello World' }]
|
||||
}));
|
||||
);
|
||||
})));
|
||||
});
|
||||
return Promise.all(promises);
|
||||
}, "Test that promise is rejected with TypeError if NDEFMessageSource contains non-string url.");
|
||||
|
@ -242,8 +241,7 @@ promise_test(t => {
|
|||
promise_rejects(t, new TypeError(), writer.push({
|
||||
serialNumber: invalid_serialNumber,
|
||||
records: [{ recordType: "text", data: 'Hello World' }]
|
||||
}));
|
||||
);
|
||||
})));
|
||||
});
|
||||
return Promise.all(promises);
|
||||
}, "Test that promise is rejected with TypeError if NDEFMessageSource contains non-string serialNumber.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue