https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9d30af265328bf908adda4cf44e4de4a1f392575 authored by seabld on 26 July 2012, 03:19:29 UTC
Added tag SEAMONKEY_2_12b2_RELEASE for changeset FIREFOX_15_0b2_BUILD1. CLOSED TREE a=release
Tip revision: 9d30af2
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