The source for test-page-2.html

<html><head><script type="text/javascript">
<!--
function test_1( t )
{
	t.plan( 1 );
	t.fail( "this test will fail. This is intentional." );
}

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