text-combine-upright-compression-006-ref.html (637B)
1 <!DOCTYPE html> 2 <html lang="ja"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>CSS Reference: text-combine-upright, compression for two full-width characters</title> 6 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> 7 <link rel="stylesheet" href="support/width-test.css"> 8 <link rel="stylesheet" href="support/tcy.css"> 9 <style> 10 .test { writing-mode: vertical-rl; } 11 .test > p { border: 1px solid black; } 12 </style> 13 </head> 14 <body> 15 <p>Test passes if there are two identical graphs in the blocks below.</p> 16 <div class="test"> 17 <p><span class="fake-tcy">22</span></p> 18 <p><span class="fake-tcy">22</span></p> 19 </div> 20 </body> 21 </html>