tor-browser

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

text-emphasis-property-001.html (614B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Test: text-emphasis: none</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      5 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      6 <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-property">
      7 <meta name="assert" content="text-emphasis: none does not produce any emphasis marks.">
      8 <link rel="match" href="text-emphasis-style-property-001-ref.html">
      9 <p>Pass if there is NO emphasis marks above the text below:</p>
     10 <div lang="ja" style="line-height: 5; text-emphasis: none">試験テスト</div>