unicode-ref.html (374B)
1 <html> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <title>Unicode tests - reference rending</title> 5 <style> 6 /* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */ 7 input { -moz-appearance: none; } 8 </style> 9 </head> 10 11 <body> 12 <div><p lang="hi">स्टार</p></div> 13 <input disabled> 14 </body> 15 </html>