contain-paint-008-ref.html (425B)
1 <!doctype html> 2 <html lang=en> 3 <meta charset=utf-8> 4 <title>CSS-contain test: paint containment on ruby-text</title> 5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net"> 6 7 <style> 8 rt { 9 display: ruby-text; 10 font-size: 1rem; 11 font-family: monospace; 12 } 13 </style> 14 15 <p>This test passes if you can see the word PASS below. 16 <div><ruby><rt><span style="margin-left: 4ch;"></span>PASS</rt></ruby></div>