tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

input-image-inline-alt-ref.html (485B)


      1 <!DOCTYPE html>
      2 <title>Input image type fallback content should respect display property.</title>
      3 <meta name="author" title="Yu Han" href="mailto:yuzhehan@chromium.org">
      4 <style>
      5  div {
      6    border:1px dashed blue;
      7    line-height: 1em;
      8    height: 100px;
      9    width: 150px;
     10  }
     11  input {
     12    font: 1em monospace;
     13    line-height: 1em;
     14  }
     15 </style>
     16 <div>
     17  <input alt="This is a long ALT text which takes up few lines to display. And additional text to be inlined." type="image">
     18 </div>