diff options
author | Luca Casonato <hello@lcas.dev> | 2021-07-04 16:08:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 16:08:53 +0200 |
commit | 3c0267dbb526e1067ba7ab7702663a429f8f3a10 (patch) | |
tree | 2f28c1cda2b8899a5116530103023ab7d9edc6c7 /tools | |
parent | 5addba2abc2e384e751e8884b4ac3219688c2473 (diff) |
fix: align DOMException to webidl spec (#11259)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 847eb110c..70876c164 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -629,10 +629,29 @@ "DOMException-constructor-and-prototype.any.html": true, "DOMException-constructor-behavior.any.html": true, "DOMException-custom-bindings.any.html": [ - "does not inherit from Error: class-side" + "If the implementation has a stack property on normal errors, it also does on DOMExceptions" ] - } - } + }, + "class-string-interface.any.html": [ + "@@toStringTag exists on the prototype with the appropriate descriptor" + ], + "class-string-iterator-prototype-object.any.html": true, + "global-immutable-prototype.any.html": [ + "Setting to a different prototype" + ], + "global-object-implicit-this-value.any.html": [ + "Global object's getter throws when called on incompatible object", + "Global object's setter throws when called on incompatible object", + "Global object's operation throws when called on incompatible object", + "Global object's getter works when called on null / undefined", + "Global object's setter works when called on null / undefined" + ], + "legacy-factor-function-subclass.window.html": false, + "no-regexp-special-casing.any.html": [ + "Conversion to a sequence works" + ] + }, + "idlharness.any.html": true }, "url": { "historical.any.html": [ |