mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision fb15e14b52049f952612623ee0d7fb7a620a57c9
This commit is contained in:
parent
200cc8aa6b
commit
4a942c982f
141 changed files with 2563 additions and 1589 deletions
|
@ -1262,6 +1262,13 @@ policies and contribution forms [3].
|
|||
}
|
||||
expose(assert_own_property, "assert_own_property");
|
||||
|
||||
function assert_not_own_property(object, property_name, description) {
|
||||
assert(!object.hasOwnProperty(property_name),
|
||||
"assert_not_own_property", description,
|
||||
"unexpected property ${p} is found on object", {p:property_name});
|
||||
}
|
||||
expose(assert_not_own_property, "assert_not_own_property");
|
||||
|
||||
function _assert_inherits(name) {
|
||||
return function (object, property_name, description)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue