| 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>
|
|
|