Mypal/layout/reftests/bidi/with-first-letter-2b.html
2019-03-11 13:26:37 +03:00

20 lines
448 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test for bidi splitting and :first-letter</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
p:first-letter { float:left; font-size: 2em; }
body { font-size: 300%; }
</style>
</head>
<body>
<p><span><span>This has AB<span style="background:yellow">CDאב</span>שת</span></span></p>
</body>
</html>