The source for test-page-1.html

<html><head><script type="text/javascript">
<!--
function test_1( t )
{
	t.plan( 1 ); // we will make one assertion
	t.ok( true, "this is ok" ); // that's it
}

// -->
</script></head><body></body></html>