Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 be to a Respons e"); | |
| 9 </script> | |
| OLD | NEW |