Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/list-marker-alignment.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="list-marker-alignment-ref.html">
<meta name="assert" content="This test checks the list marker aligns to the first baseline.">
<style>::marker { font-family:inherit; }</style>
<div style="display:inline-block;">
<ul>
<li>
<p>
xx<br>xx
</p>
</li>
</ul>
</div>