This commit is contained in:
33333-33333 2026-08-10 13:59:33 +09:00
commit 810ad6f5cb
33 changed files with 10710 additions and 1087 deletions

View file

@ -0,0 +1,19 @@
<!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>