Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/modules/global_report.py')
-rwxr-xr-xtests/python/modules/global_report.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/python/modules/global_report.py b/tests/python/modules/global_report.py
index f7f181c4736..636ec61d471 100755
--- a/tests/python/modules/global_report.py
+++ b/tests/python/modules/global_report.py
@@ -39,6 +39,7 @@ def _write_html(output_dir):
<div class="container">
<br/>
<h1>{title}</h1>
+ <nav aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item active" aria-current="page">Test Reports</li></ol></nav>
{combined_reports}
<br/>
</div>