Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ruby/crashtests/rt-margin.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Ruby text with RTL direction and vw margin should not crash</title>
<style>
rt { direction: rtl; margin-bottom: 11vw; }
</style>
<ruby>
AAAA
<rt dir="auto"><nav></nav>AAAAAAAAAAAAAAAA</rt>
</ruby>