summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/fonts/font-weight-100-ref.html
blob: a3bd0d2228cf598495904e81ae6c1ca046d3019b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>