Newer
Older
minerva / Tests / LibWeb / Layout / input / writing-modes-direction-flex.html
@minerva minerva on 13 Jul 251 bytes Initial commit
<!DOCTYPE html>
<html dir="rtl">
    <div style="display: flex; flex-direction: row"><div>aaa</div><div>bbb</div><div>ccc</div></div>
    <div style="display: flex; flex-direction: row-reverse"><div>aaa</div><div>bbb</div><div>ccc</div></div>
</html>