2009-02-08 21:28:30 +03:00
|
|
|
<!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; }
|
2015-12-22 23:39:57 +03:00
|
|
|
body { font-size: 300%; }
|
2009-02-08 21:28:30 +03:00
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2010-01-28 01:23:56 +03:00
|
|
|
<p><span><span>This has AB<span style="background:yellow">CDאב</span>שת</span></span></p>
|
2009-02-08 21:28:30 +03:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|