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

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

Issue 2405153003: [wasm] support for recompilation if deserialization fails (Closed)
Patch Set: uncompiled->wire Created 4 years, 2 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../../resources/testharness.js"></script> 2 <script src="../../../resources/testharness.js"></script>
3 <script src="../../../resources/testharnessreport.js"></script> 3 <script src="../../../resources/testharnessreport.js"></script>
4 <script src="resources/load_wasm.js"></script>
4 <script src="wasm_serialization_tests.js"></script> 5 <script src="wasm_serialization_tests.js"></script>
5 <script> 6 <script>
6 promise_test(instantiateInWorker, "serialize wasm to worker"); 7 promise_test(TestInstantiateInWorker, "serialize wasm to worker");
8 promise_test(TestIncompatibleDowngrade, "incompatible downgrade");
7 </script> 9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698