font-kerning-01-ref.html (438B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 4 <title>CSS Test: font-kerning basic syntax support</title> 5 <link rel="author" title="Chris Lilley" href="chris@w3.org"> 6 <style> 7 .test { 8 margin: 20px; 9 width: 100px; 10 height: 100px; 11 background-color: green 12 } 13 </style> 14 <body> 15 16 <p>Test passes if there is a green square, and no red. </p> 17 <section class="test"> 18 19 </section>