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 /dom/html/reftests | |
parent | 221627575b56e8bb85e8329400da99138f2f67c1 (diff) | |
download | uxp-0f590122c5474b0b6fb66dccab0cc24f38d63bc4.tar.gz |
Issue #1543 - Align <img> with no src to the updated spec.
Diffstat (limited to 'dom/html/reftests')
-rw-r--r-- | dom/html/reftests/468263-2-alternate-ref.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/reftests/468263-2-alternate-ref.html b/dom/html/reftests/468263-2-alternate-ref.html index 538898c979..c3bdb9da93 100644 --- a/dom/html/reftests/468263-2-alternate-ref.html +++ b/dom/html/reftests/468263-2-alternate-ref.html @@ -2,6 +2,7 @@ <html> <body> <img id="image1" src=""> + <img id="image2"> <input id="image3" type="image"> </body> </html> |