Files
ladybird/Tests/LibWeb/Screenshot/expected/ordered-list-ref.html
Glenn Skrzypczak 0750513993 LibWeb: Support reversed ordered lists
This PR adds support for the `reversed` attribute of
ordered lists.
2025-02-21 04:23:28 +00:00

10 lines
127 B
HTML

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