diff options
| author | Andreu Botella <abb@randomunok.com> | 2021-10-03 17:21:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-03 17:21:49 +0200 |
| commit | 2170a41d975dbdc4680eb0ea346fdb5056bfa57b (patch) | |
| tree | b98f2cec3147a005a783929aafcc23b2ec92851d /tools | |
| parent | 8884141c3f08a04ff3315555c62d120c7647efbe (diff) | |
feat(web): Implement `DOMException`'s `stack` property. (#12294)
As per WebIDL (https://heycam.github.io/webidl/#es-DOMException-specialness),
if `Error` objects have a `stack` property, so should `DOMException`
instances.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wpt/expectation.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 72c276d7b..ab8ebe447 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -13603,9 +13603,7 @@ "DOMException-constants.any.html": true, "DOMException-constructor-and-prototype.any.html": true, "DOMException-constructor-behavior.any.html": true, - "DOMException-custom-bindings.any.html": [ - "If the implementation has a stack property on normal errors, it also does on DOMExceptions" - ] + "DOMException-custom-bindings.any.html": true }, "class-string-interface.any.html": true, "class-string-iterator-prototype-object.any.html": true, @@ -15339,4 +15337,4 @@ "Pattern: [] Inputs: []" ] } -}
\ No newline at end of file +} |
