https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 38077eeb7ae2da514bfc1bc76c786de19c751bbe authored by B2G Bumper Bot on 22 February 2015, 22:02:39 UTC
Bumping manifests a=b2g-bump
Tip revision: 38077ee
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