mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
9 lines
165 B
HTML
9 lines
165 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<body>
|
|
<p>The following should be identical:</p>
|
|
<div>12</div>
|
|
<div>12</div>
|
|
</body>
|