ladybird/Tests/LibWeb/Layout/input/writing-modes-vertical-rl.html
BenJilks 80e7e6dd7d LibWeb: Layout inline elements respective of writing-mode
Use the `writing-mode` property to determine what values should be used
for computing each element's rect on the screen. If it is a vertical
mode, swap the inline and block, lengths and offsets.

This only lays out whole inline formatting contexts vertically, and does
not currently support mixing the two orientations in a single context.
2024-11-03 17:01:54 +01:00

6 lines
97 B
HTML

<!DOCTYPE html>
<style>
body {
writing-mode: vertical-rl;
}
</style>Well, hello friends! :-)