root/LayoutTests/http/tests/misc/resources/script-500.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header('HTTP/1.1 500 Internal Server Error');
?>
document.getElementById('result').innerHTML = 'FAIL';

/* [<][>][^][v][top][bottom][index][help] */