mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
Add PromiseRejectionEvent interface to interface tests
This commit is contained in:
parent
f952d7ce0a
commit
0f249e1eb6
2 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,7 @@ test_interfaces([
|
|||
"PopStateEvent",
|
||||
"ProcessingInstruction",
|
||||
"ProgressEvent",
|
||||
"PromiseRejectionEvent",
|
||||
"RadioNodeList",
|
||||
"Range",
|
||||
"Request",
|
||||
|
|
|
@ -40,6 +40,7 @@ test_interfaces([
|
|||
"PerformanceObserverEntryList",
|
||||
"PerformancePaintTiming",
|
||||
"ProgressEvent",
|
||||
"PromiseRejectionEvent",
|
||||
"Request",
|
||||
"Response",
|
||||
"TextDecoder",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue