mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Update web-platform-tests to revision ea14651f262003177d0ba5819bd2806a1327b12a
This commit is contained in:
parent
847115ba04
commit
816185f094
272 changed files with 5766 additions and 2855 deletions
|
@ -1513,8 +1513,6 @@ IdlInterface.prototype.test_self = function()
|
|||
// object.
|
||||
// "Otherwise, if A is declared to inherit from another interface, then
|
||||
// return the interface prototype object for the inherited interface.
|
||||
// "Otherwise, if A is declared with the [LegacyArrayClass] extended
|
||||
// attribute, then return %ArrayPrototype%.
|
||||
// "Otherwise, return %ObjectPrototype%.
|
||||
//
|
||||
// "In the ECMAScript binding, the DOMException type has some additional
|
||||
|
@ -1537,9 +1535,6 @@ IdlInterface.prototype.test_self = function()
|
|||
!this.array
|
||||
.members[inherit_interface]
|
||||
.has_extended_attribute("NoInterfaceObject");
|
||||
} else if (this.has_extended_attribute('LegacyArrayClass')) {
|
||||
inherit_interface = 'Array';
|
||||
inherit_interface_has_interface_object = true;
|
||||
} else if (this.name === "DOMException") {
|
||||
inherit_interface = 'Error';
|
||||
inherit_interface_has_interface_object = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue