summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/with-first-letter-2a.html
blob: 8aa415c6c0e92011f4c22f3a1fb0f14b6da0cd9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>This has AB<span style="background:yellow">CDאב</span>שת</p>

</body>
</html>