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

Unified Diff: chrome/test/data/wasm/wasm_tests.html

Issue 2255673003: [wasm] Support wasm module structured cloning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android/windows Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/wasm/wasm_tests.html
diff --git a/chrome/test/data/wasm/wasm_tests.html b/chrome/test/data/wasm/wasm_tests.html
new file mode 100644
index 0000000000000000000000000000000000000000..7bac5ebd99a6e83b046b2e00614392e93b796b80
--- /dev/null
+++ b/chrome/test/data/wasm/wasm_tests.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Wasm Tests</title>
+ <script src="wasm_tests.js"></script>
+ </head>
+ <body>
+ <p>
+ Run these tests by invoking the test_* functions in wasm_tests.js
+ from a C++ browsertest.
+ </p>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698