ladybird/Tests/LibWeb/Layout/input/writing-modes-direction-flex.html

6 lines
251 B
HTML
Raw Normal View History

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