summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/quirks-mode/historical/list-item-bullet-size-ref.html
blob: f449ce9924ac68222ad7406cf18314cbdfb01cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<title>Historical quirk: list item bullet size</title>
<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>&nbsp;
</ul>
<ul id=test>
 <li>&nbsp;
</ul>