with-first-letter-1b.html (438B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Test for bidi splitting and :first-letter</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 <meta http-equiv="Content-Style-Type" content="text/css"> 7 <style type="text/css"> 8 9 p:first-letter { background: aqua; } 10 body { font-size: 300%; } 11 12 </style> 13 </head> 14 <body> 15 16 <p><span><span>This has AB<span style="background:yellow">CDאב</span>שת</span></span></p> 17 18 </body> 19 </html>