tor-browser

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

spelling-error-001-ref.html (694B)


      1 <!DOCTYPE html>
      2 
      3 <html lang="en">
      4 
      5  <meta charset="UTF-8">
      6 
      7  <title>CSS Reftest Reference</title>
      8 
      9  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
     10 
     11  <style>
     12  div
     13    {
     14      font-size: 300%;
     15    }
     16 
     17  span
     18    {
     19      color: maroon;
     20      text-decoration: underline dotted fuchsia;
     21    }
     22  </style>
     23 
     24  <p>PREREQUISITE: User agent needs to have an enabled and capable spelling error module. If it does not, then this test does not apply to such user agent.
     25 
     26  <p>Test passes if each glyph of "txet" is maroon and if "txet" is underlined with a fuchsia dotted line.
     27 
     28  <div contenteditable="true">A <span>txet</span> sample</div>