text-combine-upright-shadow-ref.html (619B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Reference: text-combine-upright: all with text-shadow</title> 6 <link rel="author" title="Tim Nguyen" href="https://github.com/nt1m"> 7 <link rel="stylesheet" href="support/tcy.css"> 8 <link rel="stylesheet" href="/fonts/ahem.css"> 9 <style> 10 div { 11 text-shadow: 4px 10px 0px red; 12 font: 50px/1 Ahem; 13 writing-mode: vertical-rl; 14 } 15 </style> 16 </head> 17 <body> 18 <p>PASS if the text-shadow (red) is placed at the lower right of the text (black).</p> 19 <div>XX<span class="fake-tcy">X</span></div> 20 </body> 21 </html>