<html> | |
<head> | |
<title>Credits</title> | |
</head> | |
<body> | |
This is sample credits page. | |
To get correct credits page, set `generate_about_credits=true` in args.gn. | |
<!-- credits.js tries to access $('print-link').hidden and .onclick --> | |
<a id="print-link" href="#" hidden>Print</a> | |
<!-- browser_tests checks "webkit" in this page --> | |
Layout tests are based on layout tests from webkit.org. | |
</body> | |
</html> |