mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 07:29:53 +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
13 lines
326 B
HTML
13 lines
326 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<ol>
|
|
<li>One</li>
|
|
<li value=22>Twenty-two</li>
|
|
<div style="display:list-item">Twenty-three</div>
|
|
<li>Twenty-four</li>
|
|
<p style="display:list-item">Twenty-five</p>
|
|
<li>Twenty-six</li>
|
|
<span style="display:list-item">Twenty-seven</span>
|
|
<li>Twenty-eight</li>
|
|
</ol>
|
|
</html>
|