This test-case is intended for
Issue #402 -
Net tab tries to show previews of non-images with image file extensions.
Jan Odvarko, odvarko@gmail.com
image1.jpeg - Content-Type: text/plainimage2.gif - Content-Type: nonexisting/mimetypeimage3.php - Content-Type: image/pngOpen Firebug's Net panel and hover mouse over all these files.
image1.jpeg.image2.gif
as the content-type is unknown and FB uses the file extension to guess it.image3.php as the
content-type is correct and preferred.Try it twice and make sure that it works even if image1.jpeg
and image2.gif come from the cache.