layout/reftests/bidi/with-first-letter-1-ref.html

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:b812e9eedb21
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 { unicode-bidi: bidi-override; }
10
11 </style>
12 </head>
13 <body>
14
15 <p><span style="background: aqua">T</span>his has AB<span style="background:yellow">CD</span>תש<span style="background:yellow">בא</span></p>
16
17 </body>
18 </html>

mercurial