mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-27 11:19:36 +00:00
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
28 lines
510 B
HTML
28 lines
510 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<link rel="match" href="../expected/ol-render-nested-ref.html" />
|
|
</head>
|
|
<body>
|
|
<!--
|
|
FIXME: Add support hierarchical markers https://drafts.csswg.org/css-lists-3/#example-598c7e61
|
|
-->
|
|
<!DOCTYPE html>
|
|
<body>
|
|
<ol>
|
|
<li>One
|
|
<li value=5>Five
|
|
<ol start=31>
|
|
<li>Thirty-one
|
|
<li>Thirty-two
|
|
<ol reversed>
|
|
<li>Four
|
|
<li>Three
|
|
<li>Two
|
|
<li>One
|
|
</ol>
|
|
<li>Thirty-three
|
|
</ol>
|
|
<li>Six
|
|
</ol>
|
|
</body>
|
|
</body>
|