mirror of
https://github.com/servo/servo.git
synced 2025-07-01 12:33:40 +01:00
8 lines
171 B
HTML
8 lines
171 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<body>
|
|
<p>The two lines below should be identical:</p>
|
|
<p>ab c d</p>
|
|
<p>ab c d</p>
|
|
</body>
|