tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

doc-biblioentry-manual.html (2643B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>doc-biblioentry</title>
      5    <link rel="stylesheet" href="/wai-aria/scripts/manual.css">
      6    <script src="/resources/testharness.js"></script>
      7    <script src="/resources/testharnessreport.js"></script>
      8    <script src="/wai-aria/scripts/ATTAcomm.js"></script>
      9    <script>
     10    setup({explicit_timeout: true, explicit_done: true });
     11 
     12    var theTest = new ATTAcomm(
     13    {
     14   "steps" : [
     15      {
     16         "element" : "test",
     17         "test" : {
     18            "ATK" : [
     19               [
     20                  "property",
     21                  "role",
     22                  "is",
     23                  "ROLE_LIST_ITEM"
     24               ],
     25               [
     26                  "property",
     27                  "objectAttributes",
     28                  "contains",
     29                  "xml-roles:doc-biblioentry"
     30               ]
     31            ],
     32            "AXAPI" : [
     33               [
     34                  "property",
     35                  "AXRole",
     36                  "is",
     37                  "AXGroup"
     38               ],
     39               [
     40                  "property",
     41                  "AXSubrole",
     42                  "is",
     43                  "<nil>"
     44               ],
     45               [
     46                  "property",
     47                  "AXRoleDescription",
     48                  "is",
     49                  "group"
     50               ]
     51            ],
     52            "IAccessible2" : [
     53               [
     54                  "property",
     55                  "objectAttributes",
     56                  "contains",
     57                  "xml-roles:doc-biblioentry"
     58               ]
     59            ],
     60            "MSAA" : [
     61               [
     62                  "property",
     63                  "role",
     64                  "is",
     65                  "ROLE_SYSTEM_LISTITEM"
     66               ],
     67               [
     68                  "property",
     69                  "states",
     70                  "contains",
     71                  "STATE_SYSTEM_READONLY"
     72               ]
     73            ],
     74            "UIA" : [
     75               [
     76                  "property",
     77                  "ControlType",
     78                  "is",
     79                  "Text"
     80               ],
     81               [
     82                  "property",
     83                  "LocalizedControlType",
     84                  "is",
     85                  "biblioentry"
     86               ]
     87            ]
     88         },
     89         "title" : "step 1",
     90         "type" : "test"
     91      }
     92   ],
     93   "title" : "doc-biblioentry"
     94 }
     95 
     96    ) ;
     97    </script>
     98  </head>
     99  <body>
    100  <p>This test examines the ARIA properties for doc-biblioentry.</p>
    101    <div role="doc-biblioentry" id="test">Text</div>
    102 
    103  <div id="manualMode"></div>
    104  <div id="log"></div>
    105  <div id="ATTAmessages"></div>
    106  </body>
    107 </html>