mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
implemented missed constructor for DOMException; fixed the tests expectations
This commit is contained in:
parent
34fda66dfa
commit
220a471b14
5 changed files with 95 additions and 520 deletions
|
@ -1,20 +1,5 @@
|
|||
[DOMException-custom-bindings.any.worker.html]
|
||||
type: testharness
|
||||
[message property descriptor]
|
||||
expected: FAIL
|
||||
|
||||
[name property descriptor]
|
||||
expected: FAIL
|
||||
|
||||
[code property descriptor]
|
||||
expected: FAIL
|
||||
|
||||
[code property is not affected by shadowing the name property]
|
||||
expected: FAIL
|
||||
|
||||
[Object.prototype.toString behavior is like other interfaces]
|
||||
expected: FAIL
|
||||
|
||||
[Inherits its toString() from Error.prototype]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -24,21 +9,6 @@
|
|||
|
||||
[DOMException-custom-bindings.any.html]
|
||||
type: testharness
|
||||
[message property descriptor]
|
||||
expected: FAIL
|
||||
|
||||
[name property descriptor]
|
||||
expected: FAIL
|
||||
|
||||
[code property descriptor]
|
||||
expected: FAIL
|
||||
|
||||
[code property is not affected by shadowing the name property]
|
||||
expected: FAIL
|
||||
|
||||
[Object.prototype.toString behavior is like other interfaces]
|
||||
expected: FAIL
|
||||
|
||||
[Inherits its toString() from Error.prototype]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue