tor-browser

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

svg-text-selection-002-ref.html (576B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reftest Reference</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <meta content="svg" name="flags">
     10 
     11  <p>Test passes if the glyphs of "Selected text" are green and <strong>not red</strong>.
     12 
     13  <div>
     14 
     15    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="460" height="180" style="border: black solid 3px;">
     16 
     17      <text x="50" y="100" fill="green" font-size="48">Selected text</text>
     18 
     19    </svg>
     20 
     21  </div>