You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="This test checks that the main axis of the row flex-direction has the same orientation as the inline axis of the current writing mode">
<style>
.test {
display: flex;
width: 3em;
flex-direction :row;
}
.test > span {
width: 1em;
direction: ltr;
}
#row-ltr {
direction: ltr;
}
#row-rtl {
direction: rtl;
}
</style>
</head>
<body>
<p>Test passes if both the lines below are identical.</p>