Update web-platform-tests to revision fb15e14b52049f952612623ee0d7fb7a620a57c9

This commit is contained in:
WPT Sync Bot 2018-11-01 21:34:37 -04:00
parent 200cc8aa6b
commit 4a942c982f
141 changed files with 2563 additions and 1589 deletions

View file

@ -148,10 +148,10 @@
A.prototype = {b:"b"}
var a = new A();
assert_own_property(a, "a");
assert_false(a.hasOwnProperty("b"), "unexpected property found: \"b\"");
assert_not_own_property(a, "b", "unexpected property found: \"b\"");
assert_inherits(a, "b");
}
test(testAssertInherits, "test for assert[_not]_exists and insert_inherits")
test(testAssertInherits, "test for assert[_not]_own_property and insert_inherits")
test(function()
{
@ -398,7 +398,7 @@
},
{
"status_string": "PASS",
"name": "test for assert[_not]_exists and insert_inherits",
"name": "test for assert[_not]_own_property and insert_inherits",
"message": null,
"properties": {}
},