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 /layout/reftests/backgrounds | |
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 'layout/reftests/backgrounds')
-rw-r--r-- | layout/reftests/backgrounds/really-big-background.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/reftests/backgrounds/really-big-background.html b/layout/reftests/backgrounds/really-big-background.html index fd33d573a..741a7cbfa 100644 --- a/layout/reftests/backgrounds/really-big-background.html +++ b/layout/reftests/backgrounds/really-big-background.html @@ -1,2 +1,2 @@ <!DOCTYPE html> -<img style="background-image: url(really-big-background.png); width: 1600px; height: 1200px; position: absolute;"></img> +<img alt=" " style="background-image: url(really-big-background.png); width: 1600px; height: 1200px; position: absolute;"></img> |