aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.js
blob: 2ad60cbaba61a0ebf6f4f54194e401890389f78d (plain)
1
2
3
4
5
6
7
8
9
10
$(function() {

$('body').prepend(
	'<h1 id="header">' + document.title + '</h1>' +
	'<h2 id="banner"></h2>' +
	'<h2 id="userAgent"></h2>' +
	'<ol id="tests"></ol>'
);

});