layout/reftests/unicode/unicode-attribute-selector.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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>

mercurial