diff options
Diffstat (limited to 'image/test/reftest/apng/delaytest.html')
-rw-r--r-- | image/test/reftest/apng/delaytest.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/image/test/reftest/apng/delaytest.html b/image/test/reftest/apng/delaytest.html index af3937a570..4a0b935d9a 100644 --- a/image/test/reftest/apng/delaytest.html +++ b/image/test/reftest/apng/delaytest.html @@ -4,7 +4,8 @@ <title>Delayed image reftest wrapper</title> </head> <body> -<img id="image1"> +<!-- non-empty alt to avoid the broken image icon --> +<img id="image1" alt=" "> <script> // This loads a externally specified image, forces a draw (in case of // decode-on-draw), waits 100ms, and then triggers the reftest snapshot. |