https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 868ee5b1adf71c29a1727d6f007ddb2a90f00cb4 authored by cltbld on 23 September 2011, 00:19:58 UTC
Merging together weird heads on GECKO60_2011080402_RELBRANCH; doesn't affect any code that is still to be released, just needs to be done to get around the single head per branch hook
Tip revision: 868ee5b
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