map/tests/additional-generation-e2e.html
2026-08-10 13:59:33 +09:00

19 lines
776 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Additional generation browser E2E</title>
<style>
body { margin: 0; padding: 24px; background: #111827; color: #e5e7eb; font: 14px/1.5 ui-monospace, monospace; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; padding: 18px; border-radius: 10px; background: #030712; }
[data-status="pass"] pre { border: 2px solid #22c55e; }
[data-status="fail"] pre { border: 2px solid #ef4444; }
</style>
</head>
<body>
<h1>Additional generation browser E2E</h1>
<pre id="result">RUNNING</pre>
<script type="module" src="./additional-generation-e2e.js"></script>
</body>
</html>