mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
330 B
HTML
8 lines
330 B
HTML
<title>line-height quirk should be based on display (bug 179596)</title>
|
|
<ul style="margin: 0 0 0 3em; padding: 0">
|
|
<li><span style="font-size:70%">hello</span></li>
|
|
<li><span style="font-size:70%">hello</span></li>
|
|
<li><span style="font-size:70%">hello</span></li>
|
|
<li><span style="font-size:70%">hello</span></li>
|
|
</ul>
|