mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision 68a256f49be380ca4add535ce8ece9de28820e6b
This commit is contained in:
parent
e54935c25a
commit
cd5bf022bd
178 changed files with 6082 additions and 795 deletions
|
@ -33,7 +33,7 @@ test(function() {
|
|||
// reason is passed.
|
||||
var r = new Error();
|
||||
assert_equals(new PromiseRejectionEvent('eventType', { promise: p, reason: r }).reason, r);
|
||||
|
||||
assert_equals(new PromiseRejectionEvent('eventType', { promise: p, reason: null }).reason, null);
|
||||
|
||||
// All initializers are passed.
|
||||
assert_equals(new PromiseRejectionEvent('eventType', { bubbles: true, cancelable: true, promise: p, reason: r }).bubbles, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue