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