tor-browser

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

target-text-dynamic-001-ref.html (355B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <meta charset="utf-8" />
      4 <title>CSS Pseudo-Elements Test: Reference</title>
      5 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      6 <style>
      7  span {
      8    background-color: magenta;
      9  }
     10 </style>
     11 
     12 <p>The test passes if the following word has a magenta background.</p>
     13 <div><span>Example</span></div>