floating-first-letter-feff.html (488B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Drop cap with U+FEFF in the document</title> 4 <meta name="assert" content="The text placement within :first-line should not be affected by later presence of U+FEFF."> 5 <link rel=help href=https://drafts.csswg.org/css-pseudo-4/#first-line-styling> 6 <link rel=match href=floating-first-letter-ref.html> 7 <style> 8 p:first-line { 9 background: lightblue; 10 } 11 12 p::first-letter { 13 float: left; 14 font-size: 4rem; 15 } 16 </style> 17 <p>Ab</p>