tor-browser

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

element-replacement-image-no-src.tentative.html (589B)


      1 <!doctype html>
      2 <title>content: url() works on image</title>
      3 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      4 <link rel="help" href="https://drafts.csswg.org/css-content-3/#content-property">
      5 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/2831">
      6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1484928">
      7 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1742411">
      8 <link rel="match" href="element-replacement-image-no-src-ref.html">
      9 <img style="content: url(/images/yellow.png)" width=100 height=100>