From 0f249e1eb610ece32804562491c0908537ecefdb Mon Sep 17 00:00:00 2001 From: CYBAI Date: Sun, 26 Aug 2018 21:42:30 +0800 Subject: [PATCH] Add PromiseRejectionEvent interface to interface tests --- tests/wpt/mozilla/tests/mozilla/interfaces.html | 1 + tests/wpt/mozilla/tests/mozilla/interfaces.worker.js | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.html b/tests/wpt/mozilla/tests/mozilla/interfaces.html index 8bbde3b46a8..9d262c595c6 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.html @@ -189,6 +189,7 @@ test_interfaces([ "PopStateEvent", "ProcessingInstruction", "ProgressEvent", + "PromiseRejectionEvent", "RadioNodeList", "Range", "Request", diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js b/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js index 926ae2e1792..fbd6e92c097 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js @@ -40,6 +40,7 @@ test_interfaces([ "PerformanceObserverEntryList", "PerformancePaintTiming", "ProgressEvent", + "PromiseRejectionEvent", "Request", "Response", "TextDecoder",