https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5f24fec84abd5346efbd69608afbe8842648ab50 authored by ffxbld on 10 July 2012, 19:18:22 UTC
Added FENNEC_14_0b12_RELEASE FENNEC_14_0b12_BUILD1 tag(s) for changeset f0f236ff96dd. DONTBUILD CLOSED TREE a=release
Tip revision: 5f24fec
with-first-letter-2-ref.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 { unicode-bidi: bidi-override; }
p:first-letter { float:left; font-size: 2em; }

</style>
</head>
<body>

<p>This has AB<span style="background:yellow">CD</span>תש<span style="background:yellow">בא</span></p>

</body>
</html>
back to top