mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
FIXME: Rendering modifications to a list is sometimes not pixel-perfect
vs. reference (likely a bug). After this is fixed, screenshot
tests from this commit will likely fail + can be moved to
ref tests.
10 lines
87 B
HTML
10 lines
87 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<ol>
|
|
<li>One</li>
|
|
</ol>
|
|
<ol>
|
|
<li>One</li>
|
|
</ol>
|
|
</body>
|