Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/wasm/wasm_response_apis.html

Issue 2780693003: [wasm] response-based compile APIs (Closed)
Patch Set: simplify Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../../resources/testharness.js"></script>
3 <script src="../../../resources/testharnessreport.js"></script>
4 <script src="wasm_response_apis.js"></script>
5 <script>
6 promise_test(TestStreamedCompile, "test streamed compile");
7 promise_test(TestShortFormStreamedCompile, "test streamed compile with promise parameter");
8 promise_test(NegativeTestStreamedCompilePromise, "promise must produce a Respo nse");
9 promise_test(BlankResponse, "blank response");
10 promise_test(FromArrayBuffer, "from array buffer");
11 promise_test(FromInvalidArrayBuffer, "from an invalid array buffer");
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698