wpt / css / css-ruby / crashtests / rt-margin.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-ruby/crashtests/rt-margin.html

<!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>