contain-paint-007-ref.html (403B)
1 <!doctype html> 2 <html lang=en> 3 <meta charset=utf-8> 4 <title>CSS-contain test reference</title> 5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net"> 6 7 <style> 8 rtc { 9 display: ruby-text-container; 10 font-size: 1rem; 11 } 12 rtc::after { 13 content: "PASS"; 14 position: absolute; 15 } 16 </style> 17 18 <p>This test passes if you can see the word PASS below. 19 <div><ruby><rtc></rtc></ruby></div>