Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index b3da863a4d6e92af8290e0709407cc0eb334d3b1..90111eaaab027697b0be3a15ea0ce1ecc426edef 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -278,6 +278,9 @@ |
[RaisesException] void setShouldRevealPassword(Element element, boolean reveal); |
+ [CallWith=ExecutionContext] Promise createPromise(); |
+ [CallWith=ExecutionContext] Promise createResolvedPromise(any value); |
+ [CallWith=ExecutionContext] Promise createRejectedPromise(any reason); |
[CallWith=ExecutionContext] Promise addOneToPromise(Promise promise); |
void startSpeechInput(Element element); |