tor-browser

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

text-emphasis-style-008-ref.html (866B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 	<meta charset="utf-8">
      5 	<title>CSS Text Decoration Test - text-emphasis</title>
      6 	<link rel="author" title="TestTWF Tokyo Meetup (Unofficial)" href="mailto:ymdsmn@gmail.com">
      7 	<link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style-property">
      8 	<meta name="assert" content="Test checks that 'text-emphasis-style: filled double-circle'.">
      9 </head>
     10 <body>
     11        <p>Test passes if "&#x25c9" is above every single character of "Text sample"</p>
     12 	<div style="font: 1.5em/2 monospace">
     13 		<span><ruby><rb>T</rb><rt>&#x25c9</rt><rb>e</rb><rt>&#x25c9</rt><rb>x</rb><rt>&#x25c9</rt><rb>t</rb><rt>&#x25c9</rt>
     14 		<rb>s</rb><rt>&#x25c9</rt><rb>a</rb><rt>&#x25c9</rt><rb>m</rb><rt>&#x25c9</rt><rb>p</rb><rt>&#x25c9</rt><rb>l</rb><rt>&#x25c9</rt><rb>e</rb><rt>&#x25c9</rt></ruby></span>.
     15 	</div>
     16 </body>
     17 </html>