diff options
| author | Yacine Hmito <yacinehmito@users.noreply.github.com> | 2021-01-09 07:27:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-09 07:27:46 +0100 |
| commit | 96372097657685b5655bba95ce5a329364a9301b (patch) | |
| tree | 7f0fda60e9cdad0c4a4862e86f8c1e45e3f92f82 /cli/tests/wpt.jsonc | |
| parent | f3ead9c6a7184d2b592f018795f73d34399a9c83 (diff) | |
fix(web): implement DOMException#code (#9015)
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Diffstat (limited to 'cli/tests/wpt.jsonc')
| -rw-r--r-- | cli/tests/wpt.jsonc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/cli/tests/wpt.jsonc b/cli/tests/wpt.jsonc index 3099d3b48..d43aa9ce6 100644 --- a/cli/tests/wpt.jsonc +++ b/cli/tests/wpt.jsonc @@ -170,14 +170,7 @@ ] }, "measure-l3", - { - "name": "structured-serialize-detail", - "expectFail": [ - // TODO(lucacasonato): re-enable when we use real structured clone. - "Mark: Throw an exception when the detail property cannot be structured-serialized.", - "Measure: Throw an exception when the detail property cannot be structured-serialized." - ] - }, + "structured-serialize-detail", "user_timing_exists" ] } |
