mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Update web-platform-tests to revision 1e4fe87a7f01c0b5c614c8f601ffa68b4a00662a
This commit is contained in:
parent
4c3f1756da
commit
432648745e
164 changed files with 8354 additions and 595 deletions
|
@ -88,7 +88,7 @@ promise_test(t => {
|
|||
assert_not_equals(viewPropDesc.get, undefined, 'view should have a getter');
|
||||
assert_equals(viewPropDesc.set, undefined, 'view should not have a setter');
|
||||
assert_not_equals(byobRequest.view, undefined, 'has a non-undefined view property');
|
||||
assert_equals(byobRequest.constructor.length, 2, 'constructor has 1 parameter');
|
||||
assert_equals(byobRequest.constructor.length, 0, 'constructor has 0 parameters');
|
||||
assert_equals(byobRequest.respond.length, 1, 'respond has 1 parameter');
|
||||
assert_equals(byobRequest.respondWithNewView.length, 1, 'releaseLock has 1 parameter');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue