Wed, 31 Dec 2014 06:55:46 +0100
Added tag TORBROWSER_REPLICA for changeset 6474c204b198
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>Unicode tests - attribute selectors</title>
5 <style>
6 div[dİr] {color: red;}
7 div[dİr="ltr"] {text-indent: 30px;}
8 input[dİsabled] {display: none;}
9 //input[dİsabled="disabled"] {display: inline;}
10 </style>
11 </head>
13 <body>
14 <div dir='ltr'><p lang="hi">स्टार</p></div>
15 <input disabled>
16 <input dİsabled="DİSABLED">
17 <input dİsabled="disabled">
18 </body>
19 </html>