tor-browser

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

element-replacement-on-replaced-element.tentative.html (578B)


      1 <!doctype html>
      2 <title>content: url() works (or not) consistently on replaced elements</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=1625805#c6">
      7 <link rel="match" href="element-replacement-on-replaced-element-ref.html">
      8 <img src="/images/blue.png" style="content: url(/images/yellow.png)" width=100 height=100>