font-weight-900-ref.html (303B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <link rel="author" title="Mike Bremford" href="http://bfo.com"> 5 <style> 6 div { font-weight: 900 } 7 </style> 8 <body> 9 <p>Test passes if the lines of "Filler Text" below match.</p> 10 <div>Filler Text</div> 11 <div>Filler Text</div> 12 </body>