test-synthetic-bold-notref.html (592B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: Test for synthetic bold rendering</title> 5 <style type="text/css"> 6 div { 7 font-size: 36px; 8 font-family: "CSSTest Verify"; 9 } 10 </style> 11 </head> 12 <body> 13 <div><a href="http://www.w3.org/Style/CSS/Test/Fonts/">Test fonts</a> must be installed for this test: PASS</div> 14 <p>Browser supports synthetic bolding if PASS appears on both lines and the second line appears bolder:</p> 15 <div>PASS</div> 16 <div>PASS</div> 17 </body> 18 </html>