https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 437e14f444032f91bc3cb2f81219295a6c33cd98 authored by ffxbld on 20 April 2016, 21:12:29 UTC
Added FIREFOX_38_8_0esr_RELEASE FIREFOX_38_8_0esr_BUILD1 tag(s) for changeset 915e8b26a01e. DONTBUILD CLOSED TREE a=release
Tip revision: 437e14f
with-first-letter-1-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; }

</style>
</head>
<body>

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

</body>
</html>
back to top