diff options
Diffstat (limited to 'image/test/reftest/pngsuite-transparency/wrapper.html')
-rw-r--r-- | image/test/reftest/pngsuite-transparency/wrapper.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/image/test/reftest/pngsuite-transparency/wrapper.html b/image/test/reftest/pngsuite-transparency/wrapper.html index 5bbe75e01..45b516775 100644 --- a/image/test/reftest/pngsuite-transparency/wrapper.html +++ b/image/test/reftest/pngsuite-transparency/wrapper.html @@ -14,7 +14,8 @@ </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); |