Skip to content

Commit

Permalink
Update the page title/favicon of the test runner HTML files
Browse files Browse the repository at this point in the history
This commit makes sure that the font tests are no longer reported as
being unit tests and that the PDF.js logo is shown in the browser tab to
make test runner tabs more easily identifyable during e.g. development.
  • Loading branch information
timvandermeij committed Dec 22, 2024
1 parent 6c392a2 commit 9ba7a19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/font/font_test.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>pdf.js unit test</title>
<title>PDF.js font tests</title>

<link rel="stylesheet" type="text/css" href="../../node_modules/jasmine-core/lib/jasmine-core/jasmine.css">

Expand Down
Binary file modified test/resources/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion test/unit/unit_test.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>pdf.js unit test</title>
<title>PDF.js unit tests</title>

<link rel="stylesheet" type="text/css" href="../../node_modules/jasmine-core/lib/jasmine-core/jasmine.css">

Expand Down

0 comments on commit 9ba7a19

Please sign in to comment.