Note: The natural size of each of the test images is 100*100 pixels.
| Test number | Description | Test source | The test with different file formats | ||
|---|---|---|---|---|---|
| 1 | Basic image, natural size specified | <object data="filename" type="MIME type" width=100 height=100> |
GIF test #1 | TIFF test #1 | PNG test #1 |
| 2 | Basic image, no size specified | <object data="filename" type="MIME type"> |
GIF test #2 | TIFF test #2 | PNG test #2 |
| 3 | No MIME type specified, natural size specified | <object data="filename" width=100 height=100> |
GIF test #3 | TIFF test #3 | PNG test #3 |
| 4 | Neither MIME type nor size specified | <object data="filename"> |
GIF test #4 | TIFF test #4 | PNG test #4 |
| 5 | codebase test |
<object data="filename" codebase="codebase/" type="MIME type" width=100 height=100> |
GIF test #5 | TIFF test #5 | PNG test #5 |
| 6 | Scaling test (horizontal stretch) | <object data="filename" type="MIME type" width=200 height=100> |
GIF test #6 | TIFF test #6 | PNG test #6 |
| 7 | Scaling test (horizontal squeeze & vertical stretch) | <object data="filename" type="MIME type" width=75 height=150> |
GIF test #7 | TIFF test #7 | PNG test #7 |