Displayed below are three screenshots of identical code, highlighting the variation between them.
https://i.sstatic.net/ON3Af.png https://i.sstatic.net/QqJLw.png https://i.sstatic.net/rd2em.png
Here is the reference code:
<ul>
<li>num 1</li>
<ul>
<li>num 1.1</li>
<li>num 1.2</li>
<ul>
<li>3rd level</li>
</ul>
</ul>
<li>num 2</li>
</ul>
The varying screenshots raise questions, perhaps driven by different factors that contribute to these differences.