mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 22:28:32 +09:00
[CI] wrap retrace summary counts
This commit is contained in:
@@ -348,7 +348,7 @@ async function renderHtml(rows, outputDir, title, groupLabel, htmlName) {
|
|||||||
return `
|
return `
|
||||||
<section class="group">
|
<section class="group">
|
||||||
<h1>${htmlEscape(title)} - ${htmlEscape(group)}</h1>
|
<h1>${htmlEscape(title)} - ${htmlEscape(group)}</h1>
|
||||||
<p>Each backend cell shows actual / golden / diff. Failed cases are red; absent results are orange; incomplete image sets get an orange notch. PASS ${passed}, FAIL ${failed}, NO RESULT ${noResult}.</p>
|
<p>Each backend cell shows actual / golden / diff. Failed cases are red; absent results are orange; incomplete image sets get an orange notch.<br>PASS ${passed}, FAIL ${failed}, NO RESULT ${noResult}.</p>
|
||||||
<div class="grid header-row">
|
<div class="grid header-row">
|
||||||
<div>case</div>
|
<div>case</div>
|
||||||
<div>DirectGLES</div>
|
<div>DirectGLES</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user