tor-browser

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

element-replacement-alt.html (408B)


      1 <!DOCTYPE html>
      2 <title>The content CSS property with a broken image doesn't pull the alt attribute from that element</title>
      3 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      4 <link rel="match" href="element-replacement-alt-ref.html">
      5 <link rel="help" href="https://drafts.csswg.org/css-content-3/#content-property">
      6 <div style="content: url(broken);" alt="Alt text">FAIL</div>