ladybird/Tests/LibWeb/Layout/input/list-render-no-list.html
Manuel Zahariev 20546725be LibWeb: Tests for rendering lists and their ordinals
The following tests also expose bugs before this PR:
- Layout/input/ol-render-item-values.html: negative ordinal values
- Layout/input/ol-render-deep-hybrid-list-item-list.html: ordinals
  deep into the list owner subtree
2025-06-16 12:44:58 +01:00

5 lines
47 B
HTML

<!DOCTYPE html>
<body>
<li>One
<li>Two
</body>