mirror of
https://github.com/servo/servo.git
synced 2025-10-15 16:00:28 +01:00
8 lines
179 B
HTML
8 lines
179 B
HTML
<!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>
|