| Test number | Description | Test source | The test |
|---|---|---|---|
| 1 | Alternative content equally sized to the primary OBJECT |
<object data="../images/test.tif" type="image/tiff" width=100 height=100>
<img src="../images/test.gif" width=100 height=100 alt="alternative text">
</object>
|
Test #1 |
| 2 | Alternative content larger than the primary OBJECT |
<object data="../images/test.tif" type="image/tiff" width=100 height=100>
<img src="../images/test.gif" width=200 height=200 alt="alternative text">
</object>
|
Test #2 |
| 3 | Alternative content smaller than the primary OBJECT |
<object data="../images/test.tif" type="image/tiff" width=100 height=100>
<img src="../images/test.gif" width=50 height=50 alt="alternative text">
</object>
|
Test #3 |
| 4 | Multiple alternatives with different sizes |
<object data="../images/test.bmp" type="image/bmp">
<object data="../images/test.tif" type="image/tiff" width=200 height=200>
<img src="../images/test.gif" width=50 height=50 alt="alternative text">
</object>
</object>
|
Test #4 |
| 5 | Alternative HTML content |
<object data="../images/test.tif" type="image/tiff" width=100 height=100>
(alternative HTML content here)
</object>
|
Test #5 |