diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-07-04 23:34:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 23:34:39 +0200 |
commit | 06934db883e9ae64c7603f98051676cbcf90994f (patch) | |
tree | 3b8174a77fb53c6d7e877ce268a955c0cce9df30 /tools | |
parent | f7af0b01a59aaac91473e2f920137004d39a310a (diff) |
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
This reverts commit f7af0b01a59aaac91473e2f920137004d39a310a.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 0d53dd962..56b0b1199 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -4360,6 +4360,7 @@ "The CanvasPath interface object should be exposed.", "The TextMetrics interface object should be exposed.", "The Path2D interface object should be exposed.", + "The PromiseRejectionEvent interface object should be exposed.", "The EventSource interface object should be exposed.", "The XMLHttpRequestEventTarget interface object should be exposed.", "The XMLHttpRequestUpload interface object should be exposed.", |