blob: 893d39dcdedbb9ecc2de6cf470f373415c7dff21 (
plain)
1
2
3
4
5
6
|
This tests loading of a HTML page with a JPEG image when the HTTP content-type is set to "NULL" .
Expected : This page should have an HTML as text .
<script>
window.location="resources/getpage.pl?type=NULL&tag=img&content=type_jpg.jpg";
</script>
|