summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/quirks/dd-dl-firefox-001-ref.html
blob: 46a4d7d156f6e99040cd500e241b56440e695796 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<title>CSS Test Reference</title>
<div>Prevent quirky dl margin from messing up with us</div>
<dl>
  <dd>One</dd>
  <dl>Two</dl>
</dl>
<dd>Three</dd><dd>Four</dd>