font-synthesis-small-caps-first-line-ref.html (586B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"/> 4 <title>CSS Test: font-synthesis-small-caps apply to ::first-line</title> 5 <!--Lato-Medium does not have small caps in the font--> 6 <style> 7 @font-face { 8 font-family: "Lato-Medium"; 9 src: url(/fonts/Lato-Medium.ttf); 10 } 11 .test { 12 font-family: "Lato-Medium"; 13 font-size: 3em; 14 } 15 </style> 16 17 <p>Test passes if the two lines below are identical (the first line is <em>not shown as small caps</em>), and there is no red.</p> 18 <section class="test"> 19 <p>Filler text<br>Filler text</p> 20 </section>