Index: third_party/WebKit/LayoutTests/http/tests/wasm/wasm_response_apis.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_response_apis.html b/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_response_apis.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9897be9d431a907cc5f874b1358d64fbbd4dae94 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_response_apis.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<script src="../../../resources/testharness.js"></script> |
+<script src="../../../resources/testharnessreport.js"></script> |
+<script src="wasm_response_apis.js"></script> |
+<script> |
+ promise_test(TestStreamedCompile, "test streamed compile"); |
+ promise_test(TestShortFormStreamedCompile, "test streamed compile with promise parameter"); |
+ promise_test(NegativeTestStreamedCompilePromise, "promise must be to a Response"); |
+</script> |