drift/extras/integration_tests/web_wasm/web/index.html

28 lines
814 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="scaffolded-by" content="https://github.com/dart-lang/sdk">
<title>web_wasm</title>
<script defer src="main.dart.js"></script>
</head>
<body>
<h1><code>package:drift/wasm.dart</code> integration tests</h1>
<p>
Welcome! For integration tests, this page is opened through a web driver, and scripts are injected
to run tests. To test that things are generally working, you can start a quick self-check here.
Results are logged to the console.
<button id="selfcheck">Check that this browser works</button>
<a href="/" target="_blank" id="newtab">Open this page in a new tab</a>
</p>
</body>
</html>