Add PromiseRejectionEvent interface to interface tests

This commit is contained in:
CYBAI 2018-08-26 21:42:30 +08:00
parent f952d7ce0a
commit 0f249e1eb6
2 changed files with 2 additions and 0 deletions

View file

@ -189,6 +189,7 @@ test_interfaces([
"PopStateEvent",
"ProcessingInstruction",
"ProgressEvent",
"PromiseRejectionEvent",
"RadioNodeList",
"Range",
"Request",

View file

@ -40,6 +40,7 @@ test_interfaces([
"PerformanceObserverEntryList",
"PerformancePaintTiming",
"ProgressEvent",
"PromiseRejectionEvent",
"Request",
"Response",
"TextDecoder",