blob: c8b56512579df56f0b4f468a19f88c5f21de1aba [file] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Ruby text with RTL direction and vw margin should not crash</title>
<link rel="help" href="https://crbug.com/378189498">
<style>
rt { direction: rtl; margin-bottom: 11vw; }
</style>
<ruby>
AAAA
<rt dir="auto"><nav></nav>AAAAAAAAAAAAAAAA</rt>
</ruby>