no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / text / graphite-bidi-1.html
blob74c5d6c90ce32ae699fcbe9a5af87717a152a97b
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <style type="text/css">
6 @font-face {
7 font-family: test;
8 src: url("../fonts/sil/Scheherazade-BidiBug.woff");
10 div {
11 width: 5em;
12 border: 1px solid silver;
13 font-family: test;
14 font-size: 40px;
15 text-align: center;
17 .a {
18 color: transparent;
20 .b {
21 background: yellow;
23 </style>
24 </head>
25 <body>
26 <div><span class=a>"</span><span class=b>abc</span><span class=a>"</span></div>
27 </html>