Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-ruby/ruby-text-dynamic-style.html
<!DOCTYPE html> <html class="reftest-wait"> <link rel="help" href="https://crbug.com/347597917"/> <link rel="match" href="reference/ruby-text-dynamic-style-ref.html"> <style> .reftest-wait rt { background-color: red; } ruby { position: relative; } p { position: relative; } </style> <p><ruby>base<rt>annotation</ruby></p> <script> requestAnimationFrame(() => { requestAnimationFrame(() => { document.documentElement.classList.remove('reftest-wait'); }); }); </script> </html>
/css/css-ruby/reference/ruby-text-dynamic-style-ref.html
<!DOCTYPE html> <p><ruby>base<rt>annotation</ruby></p>