Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /quirks/historical/list-item-bullet-size.html - WPT Dashboard Interop Dashboard
<!--quirks-->
<title>Historical quirk: list item bullet size</title>
<meta name=assert content="List item bullet size quirk must not be supported.">
<link rel=match href=list-item-bullet-size-ref.html>
<style>
p { margin:0 }
#test { font-size:3em; margin-top:0 }
</style>
<p>There should be a normal-size bullet and a big bullet below.</p>
<ul>
<li>
</ul>
<ul id=test>
<li>
</ul>