diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-11 23:17:47 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:49:55 +0000 |
commit | d050188cd525b769d33e2a2d94454b32aaa0b622 (patch) | |
tree | 3b465a50e36d8ba482e72540e67e738b04585573 /layout/reftests/backgrounds | |
parent | 3a1bebfb87d994b810574fdfeba09683e80cd2c9 (diff) | |
download | UXP-d050188cd525b769d33e2a2d94454b32aaa0b622.tar UXP-d050188cd525b769d33e2a2d94454b32aaa0b622.tar.gz UXP-d050188cd525b769d33e2a2d94454b32aaa0b622.tar.lz UXP-d050188cd525b769d33e2a2d94454b32aaa0b622.tar.xz UXP-d050188cd525b769d33e2a2d94454b32aaa0b622.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> |