no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / unicode / unicode-lang.html
blob15a9d88486e24c786d0a7b8c0c2f40f3015aeeeb
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>Unicode tests - language selector</title>
5 <style>
6 p:lang(hİ) {color: red}
7 /* p[lang="hİ"] {text-indent:30px} Disabled until Bug 492431 is fixed */
8 /* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
9 input { -moz-appearance: none; }
10 </style>
11 </head>
13 <body>
14 <div><p lang="hi">स्टार</p></div>
15 <input disabled>
16 </body>
17 </html>