Skip to content

Commit a4a4a2b

Browse files
petermcneeleychromiumPeter McNeeley
andauthored
Enable only results failures by default (#4511)
Co-authored-by: Peter McNeeley <petermcneeley@google.com>
1 parent 3314e41 commit a4a4a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ <h1><img class="logo" src="webgpu-logo-notext.svg">WebGPU Conformance Test Suite
452452
<fieldset>
453453
<legend>Serialize results:</legend>
454454
<p>
455-
<label><input type="checkbox" id="saveOnlyFailures">Only result failures</label>
455+
<label><input type="checkbox" id="saveOnlyFailures" checked>Only result failures</label>
456456
</p>
457457
<p>
458458
<input type="button" id="copyResultsJSON" value="Copy results as JSON">

0 commit comments

Comments
 (0)