text-combine-upright-compression-007-ref.html (646B)
1 <!DOCTYPE html> 2 <html lang="ja"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>CSS Reference: text-combine-upright: all, fit any number of 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; height: 3.5em; } 11 .test > p { border: 1px solid black; } 12 </style> 13 </head> 14 <body> 15 <p>Test passes if the contents in the two blocks are identical.</p> 16 <div class="test"> 17 <p>一<span class="fake-tcy"></span>十</p> 18 <p>一<span class="fake-tcy"></span>十</p> 19 </div> 20 </body> 21 </html>