ladybird/Tests/LibWeb/Screenshot/reference/text-direction-ref.html
BenJilks 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction
Append text chunks to either the start or end of the text fragment,
depending on the text direction. The direction is determined by what
script its code points are from.
2024-08-31 11:49:47 +02:00

10 lines
146 B
HTML

<style>
* {
margin: 0;
}
body {
background-color: white;
}
</style>
<img src="../images/text-direction-ref.png">