Removed errorThrown test for 404 responses seeing as Safari 3.x XHR sets the statusTe...
[jquery.git] / test / data / errorWithText.php
1 <?php
2
3 header("HTTP/1.0 400 Bad Request");
4
5 echo "plain text message";