test(electrobun): 6-terminal stress test to verify Canvas context limit
This commit is contained in:
parent
f97ea95373
commit
931bc1b94c
3 changed files with 17 additions and 15 deletions
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Svelte App</title>
|
||||
<script type="module" crossorigin src="/assets/index-CxMdDiN5.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CNV--bTA.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Dim5hfvk.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -179,10 +179,12 @@
|
|||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
<!-- Terminal section -->
|
||||
<!-- Terminal section — stress test: 6 terminals to verify Canvas limit -->
|
||||
{#each [1,2,3,4,5,6] as termIdx (termIdx)}
|
||||
<div class="terminal-section">
|
||||
<Terminal />
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
<!-- Docs tab placeholder -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue