diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-11 23:17:47 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-11 23:17:47 +0000 |
commit | 0f590122c5474b0b6fb66dccab0cc24f38d63bc4 (patch) | |
tree | b40d7888b732fa4f8941e0fc0d8eff0e439b984e /image/test/reftest/gif/delaytest.html | |
parent | 221627575b56e8bb85e8329400da99138f2f67c1 (diff) | |
download | UXP-0f590122c5474b0b6fb66dccab0cc24f38d63bc4.tar UXP-0f590122c5474b0b6fb66dccab0cc24f38d63bc4.tar.gz UXP-0f590122c5474b0b6fb66dccab0cc24f38d63bc4.tar.lz UXP-0f590122c5474b0b6fb66dccab0cc24f38d63bc4.tar.xz UXP-0f590122c5474b0b6fb66dccab0cc24f38d63bc4.zip |
Issue #1543 - Align <img> with no src to the updated spec.
Diffstat (limited to 'image/test/reftest/gif/delaytest.html')
-rw-r--r-- | image/test/reftest/gif/delaytest.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/image/test/reftest/gif/delaytest.html b/image/test/reftest/gif/delaytest.html index 58fb080f9..a6fc80f3e 100644 --- a/image/test/reftest/gif/delaytest.html +++ b/image/test/reftest/gif/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. |