qwen-code/packages/web-shell/client/e2e/composer-layout-harness.html
dreamWB 3e81315add
Some checks are pending
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
E2E Tests / web-shell Browser Regression (push) Waiting to run
fix(web-shell): make composer height adaptive (#6872)
2026-07-14 11:38:29 +00:00

12 lines
329 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Composer layout harness</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/e2e/composer-layout-harness.tsx"></script>
</body>
</html>