diff options
Diffstat (limited to 'image/test/reftest/bmp/bmpsuite/q/wrapper.html')
-rw-r--r-- | image/test/reftest/bmp/bmpsuite/q/wrapper.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/image/test/reftest/bmp/bmpsuite/q/wrapper.html b/image/test/reftest/bmp/bmpsuite/q/wrapper.html index 47e68959f..22b74c8fc 100644 --- a/image/test/reftest/bmp/bmpsuite/q/wrapper.html +++ b/image/test/reftest/bmp/bmpsuite/q/wrapper.html @@ -14,13 +14,13 @@ </script> </head> <body> -<img id="image1"> +<!-- non-empty alt to avoid the broken image icon --> +<img id="image1" alt=" "> <script> // Use as "wrapper.html?image.png" var imgURL = document.location.search.substr(1); document.images[0].onload = onImageLoad; document.images[0].onerror = onImageLoad; - document.images[0].alt = ""; document.images[0].src = imgURL; </script> </body> |