20 lines
588 B
HTML
20 lines
588 B
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>L2 fixture regression</title>
|
|
<style>
|
|
body { margin: 24px; background: #171714; color: #eee; font: 14px/1.45 system-ui; }
|
|
#progress { color: #e7bd54; }
|
|
pre { white-space: pre-wrap; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Fixture regression</h1>
|
|
<p id="progress">Подготовка…</p>
|
|
<pre id="report"></pre>
|
|
<script type="module" src="/src/fixture-runner.js"></script>
|
|
</body>
|
|
</html>
|