diff options
Diffstat (limited to 'templates/test_result.mako')
-rw-r--r-- | templates/test_result.mako | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/test_result.mako b/templates/test_result.mako index 6ee53cfb0..9f37a762b 100644 --- a/templates/test_result.mako +++ b/templates/test_result.mako @@ -6,7 +6,7 @@ <link rel="stylesheet" href="${css}"> % if value.images: <script>module = {}</script> - <script src="https://unpkg.com/pixelmatch"></script> + <script src="https://unpkg.com/pixelmatch@5.3.0"></script> <script> var diff_complete = false; |