mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
12 lines
303 B
HTML
12 lines
303 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<link rel="author" title="Mike Bremford" href="http://bfo.com">
|
|
<style>
|
|
div { font-weight: 100 }
|
|
</style>
|
|
<body>
|
|
<p>Test passes if the lines of "Filler Text" below match.</p>
|
|
<div>Filler Text</div>
|
|
<div>Filler Text</div>
|
|
</body>
|