mirror of
https://github.com/servo/servo.git
synced 2025-09-02 19:18:23 +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
|
@ -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": {}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue