aria-api

access ARIA information from JavaScript
git clone https://git.ce9e.org/aria-api.git

commit
fb778d08cf1cad1a9e7a55e87b01987d440a6c9f
parent
bf97d88f19de604e7b2989194f3dbcca47563904
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-01-08 07:28
add wpt tests to repo

Diffstat

M .gitignore 1 -
A test/wpt-accname.js 1116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

2 files changed, 1116 insertions, 1 deletions


diff --git a/.gitignore b/.gitignore

@@ -1,4 +1,3 @@
    1     1 node_modules
    2     2 *.build.js
    3    -1 test/wpt-accname.js
    4     3 wpt-master/

diff --git a/test/wpt-accname.js b/test/wpt-accname.js

@@ -0,0 +1,1116 @@
   -1     1 window.wpt = window.wpt || {};
   -1     2 window.wpt.accname = [
   -1     3 	{
   -1     4 		"filename": "name_test_case_747-manual.html",
   -1     5 		"title": "Name test case 747",
   -1     6 		"html": "<p>This test examines the ARIA properties for Name test case 747.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"image\" src=\"foo.jpg\" id=\"test\"/>",
   -1     7 		"name": "crazy 4",
   -1     8 		"description": null
   -1     9 	},
   -1    10 	{
   -1    11 		"filename": "name_test_case_743-manual.html",
   -1    12 		"title": "Name test case 743",
   -1    13 		"html": "<p>This test examines the ARIA properties for Name test case 743.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"password\" id=\"test\" value=\"baz\"/>",
   -1    14 		"name": "crazy 4",
   -1    15 		"description": null
   -1    16 	},
   -1    17 	{
   -1    18 		"filename": "name_test_case_610-manual.html",
   -1    19 		"title": "Name test case 610",
   -1    20 		"html": "<p>This test examines the ARIA properties for Name test case 610.</p>\n    <input id=\"test\" type=\"text\" aria-label=\"bar\" aria-labelledby=\"ID1 test\">\n  <div id=\"ID1\">foo</div>",
   -1    21 		"name": "foo bar",
   -1    22 		"description": null
   -1    23 	},
   -1    24 	{
   -1    25 		"filename": "name_checkbox-label-embedded-slider-manual.html",
   -1    26 		"title": "Name checkbox-label-embedded-slider",
   -1    27 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-embedded-slider.</p>\n    <input type=\"checkbox\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"slider\" type=\"range\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1    28 		"name": "foo 5 baz",
   -1    29 		"description": null
   -1    30 	},
   -1    31 	{
   -1    32 		"filename": "name_test_case_606-manual.html",
   -1    33 		"title": "Name test case 606",
   -1    34 		"html": "<p>This test examines the ARIA properties for Name test case 606.</p>\n    <a href=\"test.html\" id=\"test\" aria-labelledby=\"test ID1\" aria-label=\"Tag\"></a>\n  <p id=\"ID1\">foo</p>",
   -1    35 		"name": "Tag foo",
   -1    36 		"description": null
   -1    37 	},
   -1    38 	{
   -1    39 		"filename": "name_radio-label-embedded-slider-manual.html",
   -1    40 		"title": "Name radio-label-embedded-slider",
   -1    41 		"html": "<p>This test examines the ARIA properties for Name radio-label-embedded-slider.</p>\n    <input type=\"radio\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"slider\" type=\"range\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1    42 		"name": "foo 5 baz",
   -1    43 		"description": null
   -1    44 	},
   -1    45 	{
   -1    46 		"filename": "description_test_case_557-manual.html",
   -1    47 		"title": "Description test case 557",
   -1    48 		"html": "<p>This test examines the ARIA properties for Description test case 557.</p>\n    <img id=\"test\" src=\"foo.jpg\" aria-label=\"1\" alt=\"a\" title=\"t\"/>",
   -1    49 		"name": null,
   -1    50 		"description": "t"
   -1    51 	},
   -1    52 	{
   -1    53 		"filename": "name_test_case_730-manual.html",
   -1    54 		"title": "Name test case 730",
   -1    55 		"html": "<p>This test examines the ARIA properties for Name test case 730.</p>\n    <label for=\"test\">\n    foo\n    <input type=\"text\" value=\"David\"/>\n  </label>\n  <input type=\"file\" id=\"test\"/>",
   -1    56 		"name": "foo David",
   -1    57 		"description": null
   -1    58 	},
   -1    59 	{
   -1    60 		"filename": "name_test_case_735-manual.html",
   -1    61 		"title": "Name test case 735",
   -1    62 		"html": "<p>This test examines the ARIA properties for Name test case 735.</p>\n    <label for=\"test\">\n    crazy\n    <select name=\"member\" size=\"1\" role=\"menu\" tabindex=\"0\">\n      <option role=\"menuitem\" value=\"beard\" selected=\"true\">clown</option>\n      <option role=\"menuitem\" value=\"scuba\">rich</option>\n    </select>\n  </label>\n  <input type=\"radio\" id=\"test\"/>",
   -1    63 		"name": "crazy",
   -1    64 		"description": null
   -1    65 	},
   -1    66 	{
   -1    67 		"filename": "name_from_content_of_labelledby_element-manual.html",
   -1    68 		"title": "Name from content of labelledby element",
   -1    69 		"html": "<p>This test examines the ARIA properties for Name from content of labelledby element.</p>\n    <style>\n    .hidden { display: none; }\n  </style>\n  <input id=\"test\" type=\"text\" aria-labelledby=\"lblId\" />\n  <div id=\"lblId\" >\n    <span aria-hidden=\"true\"><i> Hello, </i></span>\n    <span>My</span> name is\n    <div><img src=\"file.jpg\" title=\"Bryan\" alt=\"\" role=\"presentation\" /></div>\n    <span role=\"presentation\" aria-label=\"Eli\">\n      <span aria-label=\"Garaventa\">Zambino</span>\n    </span>\n    <span>the weird.</span>\n    (QED)\n    <span class=\"hidden\"><i><b>and don't you forget it.</b></i></span>\n    <table>\n      <tr>\n        <td>Where</td>\n        <td style=\"visibility:hidden;\"><div>in</div></td>\n        <td><div style=\"display:none;\">the world</div></td>\n        <td>are my marbles?</td>\n      </tr>\n    </table>\n  </div>",
   -1    70 		"name": "My name is Eli the weird. (QED) Where are my marbles?",
   -1    71 		"description": null
   -1    72 	},
   -1    73 	{
   -1    74 		"filename": "name_test_case_663a-manual.html",
   -1    75 		"title": "Name test case 663a",
   -1    76 		"html": "<p>This test examines the ARIA properties for Name test case 663a.</p>\n    <style type=\"text/css\">\n    label:before { content: \"foo\"; }\n    label:after { content: \"baz\"; }\n  </style>\n  <form>\n    <label for=\"test\"><input id=\"test\" type=\"image\" src=\"foo.jpg\" name=\"test\" title=\"bar\"></label>\n  </form>",
   -1    77 		"name": "foo baz",
   -1    78 		"description": null
   -1    79 	},
   -1    80 	{
   -1    81 		"filename": "name_test_case_742-manual.html",
   -1    82 		"title": "Name test case 742",
   -1    83 		"html": "<p>This test examines the ARIA properties for Name test case 742.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuetext=\"Monday\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"image\" src=\"foo.jpg\" id=\"test\"/>",
   -1    84 		"name": "crazy Monday",
   -1    85 		"description": null
   -1    86 	},
   -1    87 	{
   -1    88 		"filename": "name_password-label-embedded-menu-manual.html",
   -1    89 		"title": "Name password-label-embedded-menu",
   -1    90 		"html": "<p>This test examines the ARIA properties for Name password-label-embedded-menu.</p>\n    <input type=\"password\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <span role=\"menu\">\n      <span role=\"menuitem\" aria-selected=\"true\">1</span>\n      <span role=\"menuitem\" hidden>2</span>\n      <span role=\"menuitem\" hidden>3</span>\n    </span>\n    times.\n  </label>",
   -1    91 		"name": "Flash the screen times.",
   -1    92 		"description": null
   -1    93 	},
   -1    94 	{
   -1    95 		"filename": "name_test_case_605-manual.html",
   -1    96 		"title": "Name test case 605",
   -1    97 		"html": "<p>This test examines the ARIA properties for Name test case 605.</p>\n    <a href=\"test.html\" id=\"test\" aria-labelledby=\"ID1\" aria-label=\"Tag\">foo</a>\n  <p id=\"ID1\">bar</p>",
   -1    98 		"name": "bar",
   -1    99 		"description": null
   -1   100 	},
   -1   101 	{
   -1   102 		"filename": "name_file-label-embedded-slider-manual.html",
   -1   103 		"title": "Name file-label-embedded-slider",
   -1   104 		"html": "<p>This test examines the ARIA properties for Name file-label-embedded-slider.</p>\n    <input type=\"file\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"slider\" type=\"range\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1   105 		"name": "foo 5 baz",
   -1   106 		"description": null
   -1   107 	},
   -1   108 	{
   -1   109 		"filename": "name_test_case_549-manual.html",
   -1   110 		"title": "Name test case 549",
   -1   111 		"html": "<p>This test examines the ARIA properties for Name test case 549.</p>\n    <label for=\"test\">\n    crazy\n     <div role=\"spinbutton\" aria-valuetext=\"Monday\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n     </div>\n  </label>\n  <input type=\"text\" id=\"test\" value=\"baz\"/>",
   -1   112 		"name": "crazy Monday",
   -1   113 		"description": null
   -1   114 	},
   -1   115 	{
   -1   116 		"filename": "name_checkbox-label-embedded-menu-manual.html",
   -1   117 		"title": "Name checkbox-label-embedded-menu",
   -1   118 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-embedded-menu.</p>\n    <input type=\"checkbox\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <span role=\"menu\">\n      <span role=\"menuitem\" aria-selected=\"true\">1</span>\n        <span role=\"menuitem\" hidden>2</span>\n    <span role=\"menuitem\" hidden>3</span>\n      </span>\n      times.\n  </label>",
   -1   119 		"name": "Flash the screen times.",
   -1   120 		"description": null
   -1   121 	},
   -1   122 	{
   -1   123 		"filename": "name_test_case_596-manual.html",
   -1   124 		"title": "Name test case 596",
   -1   125 		"html": "<p>This test examines the ARIA properties for Name test case 596.</p>\n    <div id=\"test\" aria-labelledby=\"ID1\">foo</div>\n  <span id=\"ID1\">bar</span>",
   -1   126 		"name": "bar",
   -1   127 		"description": null
   -1   128 	},
   -1   129 	{
   -1   130 		"filename": "name_file-label-embedded-menu-manual.html",
   -1   131 		"title": "Name file-label-embedded-menu",
   -1   132 		"html": "<p>This test examines the ARIA properties for Name file-label-embedded-menu.</p>\n    <input type=\"file\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <span role=\"menu\">\n      <span role=\"menuitem\" aria-selected=\"true\">1</span>\n      <span role=\"menuitem\" hidden>2</span>\n      <span role=\"menuitem\" hidden>3</span>\n    </span>\n    times.\n  </label>",
   -1   133 		"name": "Flash the screen times.",
   -1   134 		"description": null
   -1   135 	},
   -1   136 	{
   -1   137 		"filename": "name_test_case_749-manual.html",
   -1   138 		"title": "Name test case 749",
   -1   139 		"html": "<p>This test examines the ARIA properties for Name test case 749.</p>\n    <input type=\"checkbox\" id=\"test\" title=\"crazy\"/>",
   -1   140 		"name": "crazy",
   -1   141 		"description": null
   -1   142 	},
   -1   143 	{
   -1   144 		"filename": "name_test_case_744-manual.html",
   -1   145 		"title": "Name test case 744",
   -1   146 		"html": "<p>This test examines the ARIA properties for Name test case 744.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"checkbox\" id=\"test\"/>",
   -1   147 		"name": "crazy 4",
   -1   148 		"description": null
   -1   149 	},
   -1   150 	{
   -1   151 		"filename": "name_test_case_599-manual.html",
   -1   152 		"title": "Name test case 599",
   -1   153 		"html": "<p>This test examines the ARIA properties for Name test case 599.</p>\n    <div id=\"test\" aria-labelledby=\"ID0 ID1\" aria-label=\"Tag\">foo</div>\n  <span id=\"ID0\">bar</span>\n  <span id=\"ID1\">baz</span>",
   -1   154 		"name": "bar baz",
   -1   155 		"description": null
   -1   156 	},
   -1   157 	{
   -1   158 		"filename": "name_checkbox-label-embedded-textbox-manual.html",
   -1   159 		"title": "Name checkbox-label-embedded-textbox",
   -1   160 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-embedded-textbox.</p>\n    <input type=\"checkbox\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <div role=\"textbox\" contenteditable>1</div>\n    times.\n  </label>",
   -1   161 		"name": "Flash the screen 1 times.",
   -1   162 		"description": null
   -1   163 	},
   -1   164 	{
   -1   165 		"filename": "name_file-label-owned-combobox-manual.html",
   -1   166 		"title": "Name file-label-owned-combobox",
   -1   167 		"html": "<p>This test examines the ARIA properties for Name file-label-owned-combobox.</p>\n    <input type=\"file\" id=\"test\" />\n  <label for=\"test\">Flash <span aria-owns=\"id1\">the screen</span> times.</label>\n  <div id=\"id1\">\n    <div role=\"combobox\">\n      <div role=\"textbox\"></div>\n      <ul role=\"listbox\" style=\"list-style-type: none;\">\n        <li role=\"option\" aria-selected=\"true\">1 </li>\n    <li role=\"option\">2 </li>\n    <li role=\"option\">3 </li>\n      </ul>\n    </div>\n  </div>",
   -1   168 		"name": "Flash the screen 1 times.",
   -1   169 		"description": null
   -1   170 	},
   -1   171 	{
   -1   172 		"filename": "name_text-title-manual.html",
   -1   173 		"title": "Name text-title",
   -1   174 		"html": "<p>This test examines the ARIA properties for Name text-title.</p>\n    <input type=\"text\" id=\"test\" title=\"foo\" />",
   -1   175 		"name": "foo",
   -1   176 		"description": null
   -1   177 	},
   -1   178 	{
   -1   179 		"filename": "description_title-same-element-manual.html",
   -1   180 		"title": "Description title-same-element",
   -1   181 		"html": "<p>This test examines the ARIA properties for Description title-same-element.</p>\n    <div><input aria-label=\"Name\" id=\"test\" title=\"Title\" aria-describedby=\"ID1\" type=\"text\"></div>\n  <div id=\"ID1\">Description</div>",
   -1   182 		"name": null,
   -1   183 		"description": "Description"
   -1   184 	},
   -1   185 	{
   -1   186 		"filename": "name_test_case_552-manual.html",
   -1   187 		"title": "Name test case 552",
   -1   188 		"html": "<p>This test examines the ARIA properties for Name test case 552.</p>\n    <style>\n    label:before { content:\"fancy \"; }\n  </style>\n  <label for=\"test\">fruit</label>\n  <input type=\"text\" id=\"test\"/>",
   -1   189 		"name": "fancy fruit",
   -1   190 		"description": null
   -1   191 	},
   -1   192 	{
   -1   193 		"filename": "name_test_case_616-manual.html",
   -1   194 		"title": "Name test case 616",
   -1   195 		"html": "<p>This test examines the ARIA properties for Name test case 616.</p>\n    <input type=\"image\" id=\"test\">\n  <label for=\"test\">foo</label>",
   -1   196 		"name": "foo",
   -1   197 		"description": null
   -1   198 	},
   -1   199 	{
   -1   200 		"filename": "name_test_case_660-manual.html",
   -1   201 		"title": "Name test case 660",
   -1   202 		"html": "<p>This test examines the ARIA properties for Name test case 660.</p>\n    <style type=\"text/css\">\n    label:before { content: \"foo\"; }\n    label:after { content: \"baz\"; }\n  </style>\n  <form>\n    <label for=\"test\" title=\"bar\"><input id=\"test\" type=\"password\" name=\"test\" title=\"buz\"></label>\n  </form>",
   -1   203 		"name": "foo bar baz",
   -1   204 		"description": null
   -1   205 	},
   -1   206 	{
   -1   207 		"filename": "name_test_case_725-manual.html",
   -1   208 		"title": "Name test case 725",
   -1   209 		"html": "<p>This test examines the ARIA properties for Name test case 725.</p>\n    <label for=\"test\">File:</label>\n  <input type=\"file\" id=\"test\"/>",
   -1   210 		"name": "File:",
   -1   211 		"description": null
   -1   212 	},
   -1   213 	{
   -1   214 		"filename": "name_test_case_561-manual.html",
   -1   215 		"title": "Name test case 561",
   -1   216 		"html": "<p>This test examines the ARIA properties for Name test case 561.</p>\n    <img id=\"test\" aria-labelledby=\"test\" aria-label=\"1\" src=\"foo.jpg\"/>",
   -1   217 		"name": "1",
   -1   218 		"description": null
   -1   219 	},
   -1   220 	{
   -1   221 		"filename": "name_test_case_739-manual.html",
   -1   222 		"title": "Name test case 739",
   -1   223 		"html": "<p>This test examines the ARIA properties for Name test case 739.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuetext=\"Monday\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"checkbox\" id=\"test\"/>",
   -1   224 		"name": "crazy Monday",
   -1   225 		"description": null
   -1   226 	},
   -1   227 	{
   -1   228 		"filename": "name_test_case_539-manual.html",
   -1   229 		"title": "Name test case 539",
   -1   230 		"html": "<p>This test examines the ARIA properties for Name test case 539.</p>\n    <input type=\"button\" aria-label=\"Rich\" id=\"test\">",
   -1   231 		"name": "Rich",
   -1   232 		"description": null
   -1   233 	},
   -1   234 	{
   -1   235 		"filename": "name_test_case_731-manual.html",
   -1   236 		"title": "Name test case 731",
   -1   237 		"html": "<p>This test examines the ARIA properties for Name test case 731.</p>\n    <label for=\"test\">\n    foo\n    <input type=\"text\" value=\"David\"/>\n  </label>\n  <input type=\"image\" id=\"test\" src=\"foo.jpg\"/>",
   -1   238 		"name": "foo David",
   -1   239 		"description": null
   -1   240 	},
   -1   241 	{
   -1   242 		"filename": "name_1.0_combobox-focusable-manual.html",
   -1   243 		"title": "Name 1.0 combobox-focusable",
   -1   244 		"html": "<p>This test examines the ARIA properties for Name 1.0 combobox-focusable.</p>\n    <div id=\"test\" role=\"combobox\" tabindex=\"0\" title=\"Choose your language.\">\n    <span> English </span>\n  </div>",
   -1   245 		"name": "Choose your language.",
   -1   246 		"description": null
   -1   247 	},
   -1   248 	{
   -1   249 		"filename": "name_test_case_601-manual.html",
   -1   250 		"title": "Name test case 601",
   -1   251 		"html": "<p>This test examines the ARIA properties for Name test case 601.</p>\n    <div id=\"test\" role=\"button\">foo</div>",
   -1   252 		"name": "foo",
   -1   253 		"description": null
   -1   254 	},
   -1   255 	{
   -1   256 		"filename": "name_text-label-embedded-select-manual.html",
   -1   257 		"title": "Name text-label-embedded-select",
   -1   258 		"html": "<p>This test examines the ARIA properties for Name text-label-embedded-select.</p>\n    <input type=\"text\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <select size=\"1\">\n      <option selected=\"selected\">1</option>\n      <option>2</option>\n      <option>3</option>\n    </select>\n    times.\n  </label>",
   -1   259 		"name": "Flash the screen 1 times.",
   -1   260 		"description": null
   -1   261 	},
   -1   262 	{
   -1   263 		"filename": "description_test_case_broken_reference-manual.html",
   -1   264 		"title": "Description test case broken reference",
   -1   265 		"html": "<p>This test examines the ARIA properties for Description test case broken reference.</p>\n    <img src=\"foo.jpg\" id=\"test\" alt=\"test\" aria-describedby=\"t1\">",
   -1   266 		"name": null,
   -1   267 		"description": ""
   -1   268 	},
   -1   269 	{
   -1   270 		"filename": "name_password-label-embedded-combobox-manual.html",
   -1   271 		"title": "Name password-label-embedded-combobox",
   -1   272 		"html": "<p>This test examines the ARIA properties for Name password-label-embedded-combobox.</p>\n    <input type=\"password\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <div role=\"combobox\">\n      <div role=\"textbox\"></div>\n      <ul role=\"listbox\" style=\"list-style-type: none;\">\n        <li role=\"option\" aria-selected=\"true\">1</li>\n    <li role=\"option\">2</li>\n    <li role=\"option\">3</li>\n      </ul>\n    </div>\n    times.\n  </label>",
   -1   273 		"name": "Flash the screen 1 times.",
   -1   274 		"description": null
   -1   275 	},
   -1   276 	{
   -1   277 		"filename": "name_file-label-inline-block-elements-manual.html",
   -1   278 		"title": "Name file-label-inline-block-elements",
   -1   279 		"html": "<p>This test examines the ARIA properties for Name file-label-inline-block-elements.</p>\n    <input type=\"file\" id=\"test\" />\n  <label for=\"test\">W<i>h<b>a</b></i>t<br>is<div>your<div>name<b>?</b></div></div></label>",
   -1   280 		"name": "What is your name?",
   -1   281 		"description": null
   -1   282 	},
   -1   283 	{
   -1   284 		"filename": "name_test_case_751-manual.html",
   -1   285 		"title": "Name test case 751",
   -1   286 		"html": "<p>This test examines the ARIA properties for Name test case 751.</p>\n    <input type=\"file\" id=\"test\" title=\"crazy\"/>",
   -1   287 		"name": "crazy",
   -1   288 		"description": null
   -1   289 	},
   -1   290 	{
   -1   291 		"filename": "description_test_case_one_valid_reference-manual.html",
   -1   292 		"title": "Description test case one valid reference",
   -1   293 		"html": "<p>This test examines the ARIA properties for Description test case one valid reference.</p>\n    <img src=\"foo.jpg\" id=\"test\" alt=\"test\" aria-describedby=\"t1 t2 t3\">\n  <div id=\"t2\">foo</div>",
   -1   294 		"name": null,
   -1   295 		"description": "foo"
   -1   296 	},
   -1   297 	{
   -1   298 		"filename": "name_test_case_559-manual.html",
   -1   299 		"title": "Name test case 559",
   -1   300 		"html": "<p>This test examines the ARIA properties for Name test case 559.</p>\n    <img id=\"test\" aria-labelledby=\"test\" src=\"foo.jpg\"/>",
   -1   301 		"name": "",
   -1   302 		"description": null
   -1   303 	},
   -1   304 	{
   -1   305 		"filename": "name_file-label-embedded-select-manual.html",
   -1   306 		"title": "Name file-label-embedded-select",
   -1   307 		"html": "<p>This test examines the ARIA properties for Name file-label-embedded-select.</p>\n    <input type=\"file\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <select size=\"1\">\n      <option selected=\"selected\">1</option>\n      <option>2</option>\n      <option>3</option>\n    </select>\n    times.\n  </label>",
   -1   308 		"name": "Flash the screen 1 times.",
   -1   309 		"description": null
   -1   310 	},
   -1   311 	{
   -1   312 		"filename": "name_password-label-embedded-slider-manual.html",
   -1   313 		"title": "Name password-label-embedded-slider",
   -1   314 		"html": "<p>This test examines the ARIA properties for Name password-label-embedded-slider.</p>\n    <input type=\"password\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"slider\" type=\"range\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1   315 		"name": "foo 5 baz",
   -1   316 		"description": null
   -1   317 	},
   -1   318 	{
   -1   319 		"filename": "name_checkbox-label-multiple-label-alternative-manual.html",
   -1   320 		"title": "Name checkbox-label-multiple-label-alternative",
   -1   321 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-multiple-label-alternative.</p>\n    <label for=\"test\">a test</label>\n  <label>This <input type=\"checkbox\" id=\"test\" /> is</label>",
   -1   322 		"name": "a test This is",
   -1   323 		"description": null
   -1   324 	},
   -1   325 	{
   -1   326 		"filename": "name_test_case_734-manual.html",
   -1   327 		"title": "Name test case 734",
   -1   328 		"html": "<p>This test examines the ARIA properties for Name test case 734.</p>\n    <label for=\"test\">\n    crazy\n    <select name=\"member\" size=\"1\" role=\"menu\" tabindex=\"0\">\n      <option role=\"menuitem\" value=\"beard\" selected=\"true\">clown</option>\n      <option role=\"menuitem\" value=\"scuba\">rich</option>\n    </select>\n  </label>\n  <input type=\"checkbox\" id=\"test\"/>",
   -1   329 		"name": "crazy",
   -1   330 		"description": null
   -1   331 	},
   -1   332 	{
   -1   333 		"filename": "name_file-label-embedded-spinbutton-manual.html",
   -1   334 		"title": "Name file-label-embedded-spinbutton",
   -1   335 		"html": "<p>This test examines the ARIA properties for Name file-label-embedded-spinbutton.</p>\n    <input type=\"file\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"spinbutton\" type=\"number\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1   336 		"name": "foo 5 baz",
   -1   337 		"description": null
   -1   338 	},
   -1   339 	{
   -1   340 		"filename": "description_test_case_664-manual.html",
   -1   341 		"title": "Description test case 664",
   -1   342 		"html": "<p>This test examines the ARIA properties for Description test case 664.</p>\n    <div>\n    <img id=\"test\" aria-describedby=\"ID1\" src=\"test.png\">\n  </div>\n  <div id=\"ID1\">foo</div>",
   -1   343 		"name": null,
   -1   344 		"description": "foo"
   -1   345 	},
   -1   346 	{
   -1   347 		"filename": "name_test_case_615-manual.html",
   -1   348 		"title": "Name test case 615",
   -1   349 		"html": "<p>This test examines the ARIA properties for Name test case 615.</p>\n    <input type=\"file\" id=\"test\">\n  <label for=\"test\">foo</label>",
   -1   350 		"name": "foo",
   -1   351 		"description": null
   -1   352 	},
   -1   353 	{
   -1   354 		"filename": "name_test_case_560-manual.html",
   -1   355 		"title": "Name test case 560",
   -1   356 		"html": "<p>This test examines the ARIA properties for Name test case 560.</p>\n    <input type=\"text\" value=\"peanuts\" id=\"test\">\n  <img aria-labelledby=\"test\" aria-label=\"1\" src=\"foo.jpg\"/>",
   -1   357 		"name": "",
   -1   358 		"description": null
   -1   359 	},
   -1   360 	{
   -1   361 		"filename": "name_test_case_758-manual.html",
   -1   362 		"title": "Name test case 758",
   -1   363 		"html": "<p>This test examines the ARIA properties for Name test case 758.</p>\n    <style>\n    label:after { content:\" fruit\"; }\n  </style>\n  <label for=\"test\">fancy</label>\n  <input type=\"password\" id=\"test\"/>",
   -1   364 		"name": "fancy fruit",
   -1   365 		"description": null
   -1   366 	},
   -1   367 	{
   -1   368 		"filename": "name_test_case_619-manual.html",
   -1   369 		"title": "Name test case 619",
   -1   370 		"html": "<p>This test examines the ARIA properties for Name test case 619.</p>\n    <input type=\"password\" id=\"test\">\n  <label for=\"test\">foo<input type=\"text\" value=\"bar\">baz</label>",
   -1   371 		"name": "foo bar baz",
   -1   372 		"description": null
   -1   373 	},
   -1   374 	{
   -1   375 		"filename": "name_1.0_combobox-focusable-alternative-manual.html",
   -1   376 		"title": "Name 1.0 combobox-focusable-alternative",
   -1   377 		"html": "<p>This test examines the ARIA properties for Name 1.0 combobox-focusable-alternative.</p>\n    <input id=\"test\" role=\"combobox\" type=\"text\" title=\"Choose your language\" value=\"English\">",
   -1   378 		"name": "Choose your language",
   -1   379 		"description": null
   -1   380 	},
   -1   381 	{
   -1   382 		"filename": "name_test_case_659-manual.html",
   -1   383 		"title": "Name test case 659",
   -1   384 		"html": "<p>This test examines the ARIA properties for Name test case 659.</p>\n    <style type=\"text/css\">\n    label:before { content: \"foo\"; }\n    label:after { content: \"baz\"; }\n  </style>\n  <form>\n    <label for=\"test\" title=\"bar\"><input id=\"test\" type=\"text\" name=\"test\" title=\"buz\"></label>\n  </form>",
   -1   385 		"name": "foo bar baz",
   -1   386 		"description": null
   -1   387 	},
   -1   388 	{
   -1   389 		"filename": "name_test_case_612-manual.html",
   -1   390 		"title": "Name test case 612",
   -1   391 		"html": "<p>This test examines the ARIA properties for Name test case 612.</p>\n    <input type=\"password\" id=\"test\">\n  <label for=\"test\">foo</label>",
   -1   392 		"name": "foo",
   -1   393 		"description": null
   -1   394 	},
   -1   395 	{
   -1   396 		"filename": "name_test_case_721-manual.html",
   -1   397 		"title": "Name test case 721",
   -1   398 		"html": "<p>This test examines the ARIA properties for Name test case 721.</p>\n    <label for=\"test\">States:</label>\n  <input type=\"password\" id=\"test\"/>",
   -1   399 		"name": "States:",
   -1   400 		"description": null
   -1   401 	},
   -1   402 	{
   -1   403 		"filename": "description_test_case_838-manual.html",
   -1   404 		"title": "Description test case 838",
   -1   405 		"html": "<p>This test examines the ARIA properties for Description test case 838.</p>\n    <img src=\"foo.jpg\" id=\"test\" alt=\"test\" aria-describedby=\"t1\">\n  <div id=\"t1\" style=\"visibility:hidden\">foo</div>",
   -1   406 		"name": null,
   -1   407 		"description": "foo"
   -1   408 	},
   -1   409 	{
   -1   410 		"filename": "name_password-label-embedded-spinbutton-manual.html",
   -1   411 		"title": "Name password-label-embedded-spinbutton",
   -1   412 		"html": "<p>This test examines the ARIA properties for Name password-label-embedded-spinbutton.</p>\n    <input type=\"password\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"spinbutton\" type=\"number\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1   413 		"name": "foo 5 baz",
   -1   414 		"description": null
   -1   415 	},
   -1   416 	{
   -1   417 		"filename": "name_radio-label-embedded-menu-manual.html",
   -1   418 		"title": "Name radio-label-embedded-menu",
   -1   419 		"html": "<p>This test examines the ARIA properties for Name radio-label-embedded-menu.</p>\n    <input type=\"radio\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <span role=\"menu\">\n      <span role=\"menuitem\" aria-selected=\"true\">1</span>\n      <span role=\"menuitem\" hidden>2</span>\n      <span role=\"menuitem\" hidden>3</span>\n    </span>\n    times.\n  </label>",
   -1   420 		"name": "Flash the screen times.",
   -1   421 		"description": null
   -1   422 	},
   -1   423 	{
   -1   424 		"filename": "name_test_case_728-manual.html",
   -1   425 		"title": "Name test case 728",
   -1   426 		"html": "<p>This test examines the ARIA properties for Name test case 728.</p>\n    <label for=\"test\">\n    foo\n    <input type=\"text\" value=\"David\"/>\n  </label>\n  <input type=\"checkbox\" id=\"test\"/>",
   -1   427 		"name": "foo David",
   -1   428 		"description": null
   -1   429 	},
   -1   430 	{
   -1   431 		"filename": "name_checkbox-title-manual.html",
   -1   432 		"title": "Name checkbox-title",
   -1   433 		"html": "<p>This test examines the ARIA properties for Name checkbox-title.</p>\n    <input type=\"checkbox\" id=\"test\" title=\"foo\" />",
   -1   434 		"name": "foo",
   -1   435 		"description": null
   -1   436 	},
   -1   437 	{
   -1   438 		"filename": "name_test_case_600-manual.html",
   -1   439 		"title": "Name test case 600",
   -1   440 		"html": "<p>This test examines the ARIA properties for Name test case 600.</p>\n    <div id=\"test\">Div with text</div>",
   -1   441 		"name": "",
   -1   442 		"description": null
   -1   443 	},
   -1   444 	{
   -1   445 		"filename": "name_test_case_546-manual.html",
   -1   446 		"title": "Name test case 546",
   -1   447 		"html": "<p>This test examines the ARIA properties for Name test case 546.</p>\n    <label for=\"test\">States:</label>\n  <input type=\"text\" id=\"test\"/>",
   -1   448 		"name": "States:",
   -1   449 		"description": null
   -1   450 	},
   -1   451 	{
   -1   452 		"filename": "name_test_case_736-manual.html",
   -1   453 		"title": "Name test case 736",
   -1   454 		"html": "<p>This test examines the ARIA properties for Name test case 736.</p>\n    <label for=\"test\">\n    crazy\n    <select name=\"member\" size=\"1\" role=\"menu\" tabindex=\"0\">\n      <option role=\"menuitem\" value=\"beard\" selected=\"true\">clown</option>\n      <option role=\"menuitem\" value=\"scuba\">rich</option>\n    </select>\n  </label>\n  <input type=\"file\" id=\"test\"/>",
   -1   455 		"name": "crazy",
   -1   456 		"description": null
   -1   457 	},
   -1   458 	{
   -1   459 		"filename": "name_test_case_543-manual.html",
   -1   460 		"title": "Name test case 543",
   -1   461 		"html": "<p>This test examines the ARIA properties for Name test case 543.</p>\n    <input type=\"reset\" id=\"test\"/>",
   -1   462 		"name": "Reset",
   -1   463 		"description": null
   -1   464 	},
   -1   465 	{
   -1   466 		"filename": "name_text-label-embedded-combobox-manual.html",
   -1   467 		"title": "Name text-label-embedded-combobox",
   -1   468 		"html": "<p>This test examines the ARIA properties for Name text-label-embedded-combobox.</p>\n    <input type=\"text\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <div role=\"combobox\">\n      <div role=\"textbox\"></div>\n      <ul role=\"listbox\" style=\"list-style-type: none;\">\n        <li role=\"option\" aria-selected=\"true\">1</li>\n    <li role=\"option\">2</li>\n    <li role=\"option\">3</li>\n      </ul>\n    </div>\n    times.\n  </label>",
   -1   469 		"name": "Flash the screen 1 times.",
   -1   470 		"description": null
   -1   471 	},
   -1   472 	{
   -1   473 		"filename": "name_link-mixed-content-manual.html",
   -1   474 		"title": "Name link-mixed-content",
   -1   475 		"html": "<p>This test examines the ARIA properties for Name link-mixed-content.</p>\n    <style>\n    .hidden { display: none; }\n  </style>\n  <div id=\"test\" role=\"link\" tabindex=\"0\">\n    <span aria-hidden=\"true\"><i> Hello, </i></span>\n    <span>My</span> name is\n    <div><img src=\"file.jpg\" title=\"Bryan\" alt=\"\" role=\"presentation\" /></div>\n    <span role=\"presentation\" aria-label=\"Eli\"><span aria-label=\"Garaventa\">Zambino</span></span>\n    <span>the weird.</span>\n    (QED)\n    <span class=\"hidden\"><i><b>and don't you forget it.</b></i></span>\n  </div>",
   -1   476 		"name": "My name is Eli the weird. (QED)",
   -1   477 		"description": null
   -1   478 	},
   -1   479 	{
   -1   480 		"filename": "description_test_case_774-manual.html",
   -1   481 		"title": "Description test case 774",
   -1   482 		"html": "<p>This test examines the ARIA properties for Description test case 774.</p>\n    <img src=\"foo.jpg\" id=\"test\" alt=\"test\" aria-describedby=\"t1\">\n  <span id=\"t1\" role=\"presentation\">foo</span>",
   -1   483 		"name": null,
   -1   484 		"description": "foo"
   -1   485 	},
   -1   486 	{
   -1   487 		"filename": "description_test_case_773-manual.html",
   -1   488 		"title": "Description test case 773",
   -1   489 		"html": "<p>This test examines the ARIA properties for Description test case 773.</p>\n    <img src=\"foo.jpg\" id=\"test\" alt=\"test\" aria-describedby=\"t1\">\n  <div id=\"t1\" style=\"display:none\">foo</div>",
   -1   490 		"name": null,
   -1   491 		"description": "foo"
   -1   492 	},
   -1   493 	{
   -1   494 		"filename": "name_checkbox-label-embedded-listbox-manual.html",
   -1   495 		"title": "Name checkbox-label-embedded-listbox",
   -1   496 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-embedded-listbox.</p>\n    <input type=\"checkbox\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <ul role=\"listbox\" style=\"list-style-type: none;\">\n      <li role=\"option\" aria-selected=\"true\">1</li>\n      <li role=\"option\">2</li>\n      <li role=\"option\">3</li>\n    </ul>\n    times.\n  </label>",
   -1   497 		"name": "Flash the screen 1 times.",
   -1   498 		"description": null
   -1   499 	},
   -1   500 	{
   -1   501 		"filename": "name_test_case_620-manual.html",
   -1   502 		"title": "Name test case 620",
   -1   503 		"html": "<p>This test examines the ARIA properties for Name test case 620.</p>\n    <input type=\"radio\" id=\"test\">\n  <label for=\"test\">foo<input type=\"text\" value=\"bar\">baz</label>",
   -1   504 		"name": "foo bar baz",
   -1   505 		"description": null
   -1   506 	},
   -1   507 	{
   -1   508 		"filename": "name_text-label-embedded-spinbutton-manual.html",
   -1   509 		"title": "Name text-label-embedded-spinbutton",
   -1   510 		"html": "<p>This test examines the ARIA properties for Name text-label-embedded-spinbutton.</p>\n    <input type=\"text\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"spinbutton\" type=\"number\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1   511 		"name": "foo 5 baz",
   -1   512 		"description": null
   -1   513 	},
   -1   514 	{
   -1   515 		"filename": "name_test_case_752-manual.html",
   -1   516 		"title": "Name test case 752",
   -1   517 		"html": "<p>This test examines the ARIA properties for Name test case 752.</p>\n    <input type=\"image\" src=\"foo.jpg\" id=\"test\" title=\"crazy\"/>",
   -1   518 		"name": "crazy",
   -1   519 		"description": null
   -1   520 	},
   -1   521 	{
   -1   522 		"filename": "name_test_case_755-manual.html",
   -1   523 		"title": "Name test case 755",
   -1   524 		"html": "<p>This test examines the ARIA properties for Name test case 755.</p>\n    <style>\n    label:before { content:\"fancy \"; }\n  </style>\n  <label for=\"test\">fruit</label>\n  <input type=\"radio\" id=\"test\"/>",
   -1   525 		"name": "fancy fruit",
   -1   526 		"description": null
   -1   527 	},
   -1   528 	{
   -1   529 		"filename": "name_test_case_550-manual.html",
   -1   530 		"title": "Name test case 550",
   -1   531 		"html": "<p>This test examines the ARIA properties for Name test case 550.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"text\" id=\"test\" value=\"baz\"/>",
   -1   532 		"name": "crazy 4",
   -1   533 		"description": null
   -1   534 	},
   -1   535 	{
   -1   536 		"filename": "name_radio-title-manual.html",
   -1   537 		"title": "Name radio-title",
   -1   538 		"html": "<p>This test examines the ARIA properties for Name radio-title.</p>\n    <input type=\"radio\" id=\"test\" title=\"foo\" />",
   -1   539 		"name": "foo",
   -1   540 		"description": null
   -1   541 	},
   -1   542 	{
   -1   543 		"filename": "description_test_case_772-manual.html",
   -1   544 		"title": "Description test case 772",
   -1   545 		"html": "<p>This test examines the ARIA properties for Description test case 772.</p>\n    <img src=\"foo.jpg\" id=\"test\" alt=\"test\" aria-describedby=\"t1\">\n  <div id=\"t1\">foo</div>",
   -1   546 		"name": null,
   -1   547 		"description": "foo"
   -1   548 	},
   -1   549 	{
   -1   550 		"filename": "name_test_case_737-manual.html",
   -1   551 		"title": "Name test case 737",
   -1   552 		"html": "<p>This test examines the ARIA properties for Name test case 737.</p>\n    <label for=\"test\">\n    crazy\n    <select name=\"member\" size=\"1\" role=\"menu\" tabindex=\"0\">\n      <option role=\"menuitem\" value=\"beard\" selected=\"true\">clown</option>\n      <option role=\"menuitem\" value=\"scuba\">rich</option>\n    </select>\n  </label>\n  <input type=\"image\" id=\"test\" src=\"foo.jpg\"/>",
   -1   553 		"name": "crazy",
   -1   554 		"description": null
   -1   555 	},
   -1   556 	{
   -1   557 		"filename": "name_checkbox-label-embedded-select-manual.html",
   -1   558 		"title": "Name checkbox-label-embedded-select",
   -1   559 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-embedded-select.</p>\n    <input type=\"checkbox\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <select size=\"1\">\n      <option selected=\"selected\">1</option>\n      <option>2</option>\n      <option>3</option>\n    </select>\n    times.\n  </label>",
   -1   560 		"name": "Flash the screen 1 times.",
   -1   561 		"description": null
   -1   562 	},
   -1   563 	{
   -1   564 		"filename": "name_test_case_760-manual.html",
   -1   565 		"title": "Name test case 760",
   -1   566 		"html": "<p>This test examines the ARIA properties for Name test case 760.</p>\n    <style>\n    label:after { content:\" fruit\"; }\n  </style>\n  <label for=\"test\">fancy</label>\n  <input type=\"radio\" id=\"test\"/>",
   -1   567 		"name": "fancy fruit",
   -1   568 		"description": null
   -1   569 	},
   -1   570 	{
   -1   571 		"filename": "name_test_case_741-manual.html",
   -1   572 		"title": "Name test case 741",
   -1   573 		"html": "<p>This test examines the ARIA properties for Name test case 741.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuetext=\"Monday\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"file\" id=\"test\"/>",
   -1   574 		"name": "crazy Monday",
   -1   575 		"description": null
   -1   576 	},
   -1   577 	{
   -1   578 		"filename": "name_test_case_556-manual.html",
   -1   579 		"title": "Name test case 556",
   -1   580 		"html": "<p>This test examines the ARIA properties for Name test case 556.</p>\n    <img id=\"test\" src=\"foo.jpg\" aria-label=\"1\"/>",
   -1   581 		"name": "1",
   -1   582 		"description": null
   -1   583 	},
   -1   584 	{
   -1   585 		"filename": "name_test_case_553-manual.html",
   -1   586 		"title": "Name test case 553",
   -1   587 		"html": "<p>This test examines the ARIA properties for Name test case 553.</p>\n    <style type=\"text/css\">\n    [data-after]:after { content: attr(data-after); }\n  </style>\n  <label for=\"test\" data-after=\"test content\"></label>\n  <input type=\"text\" id=\"test\">",
   -1   588 		"name": "test content",
   -1   589 		"description": null
   -1   590 	},
   -1   591 	{
   -1   592 		"filename": "name_test_case_746-manual.html",
   -1   593 		"title": "Name test case 746",
   -1   594 		"html": "<p>This test examines the ARIA properties for Name test case 746.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"file\" id=\"test\"/>",
   -1   595 		"name": "crazy 4",
   -1   596 		"description": null
   -1   597 	},
   -1   598 	{
   -1   599 		"filename": "name_from_content_of_label-manual.html",
   -1   600 		"title": "Name from content of label",
   -1   601 		"html": "<p>This test examines the ARIA properties for Name from content of label.</p>\n    <style>\n    .hidden { display: none; }\n  </style>\n  <input type=\"text\" id=\"test\" />\n  <label for=\"test\" id=\"label\">\n    <span aria-hidden=\"true\"><i> Hello, </i></span>\n    <span>My</span> name is\n    <div><img src=\"file.jpg\" title=\"Bryan\" alt=\"\" role=\"presentation\" /></div>\n    <span role=\"presentation\" aria-label=\"Eli\">\n      <span aria-label=\"Garaventa\">Zambino</span>\n   </span>\n   <span>the weird.</span>\n   (QED)\n   <span class=\"hidden\"><i><b>and don't you forget it.</b></i></span>\n   <table>\n     <tr>\n       <td>Where</td>\n       <td style=\"visibility:hidden;\"><div>in</div></td>\n       <td><div style=\"display:none;\">the world</div></td>\n       <td>are my marbles?</td>\n    </tr>\n   </table>\n  </label>",
   -1   602 		"name": "My name is Eli the weird. (QED) Where are my marbles?",
   -1   603 		"description": null
   -1   604 	},
   -1   605 	{
   -1   606 		"filename": "name_test_case_733-manual.html",
   -1   607 		"title": "Name test case 733",
   -1   608 		"html": "<p>This test examines the ARIA properties for Name test case 733.</p>\n    <label for=\"test\">\n    crazy\n    <select name=\"member\" size=\"1\" role=\"menu\" tabindex=\"0\">\n      <option role=\"menuitem\" value=\"beard\" selected=\"true\">clown</option>\n      <option role=\"menuitem\" value=\"scuba\">rich</option>\n    </select>\n  </label>\n  <input type=\"password\" id=\"test\"/>",
   -1   609 		"name": "crazy",
   -1   610 		"description": null
   -1   611 	},
   -1   612 	{
   -1   613 		"filename": "name_test_case_726-manual.html",
   -1   614 		"title": "Name test case 726",
   -1   615 		"html": "<p>This test examines the ARIA properties for Name test case 726.</p>\n    <label for=\"test\">States:</label>\n  <input type=\"image\" id=\"test\" src=\"foo.jpg\"/>",
   -1   616 		"name": "States:",
   -1   617 		"description": null
   -1   618 	},
   -1   619 	{
   -1   620 		"filename": "name_test_case_603-manual.html",
   -1   621 		"title": "Name test case 603",
   -1   622 		"html": "<p>This test examines the ARIA properties for Name test case 603.</p>\n    <div id=\"ID1\">foo</div>\n  <a id=\"test\" href=\"test.html\" aria-labelledby=\"ID1\">bar</a>",
   -1   623 		"name": "foo",
   -1   624 		"description": null
   -1   625 	},
   -1   626 	{
   -1   627 		"filename": "name_radio-label-embedded-spinbutton-manual.html",
   -1   628 		"title": "Name radio-label-embedded-spinbutton",
   -1   629 		"html": "<p>This test examines the ARIA properties for Name radio-label-embedded-spinbutton.</p>\n    <input type=\"radio\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"spinbutton\"  type=\"number\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1   630 		"name": "foo 5 baz",
   -1   631 		"description": null
   -1   632 	},
   -1   633 	{
   -1   634 		"filename": "name_test_case_761-manual.html",
   -1   635 		"title": "Name test case 761",
   -1   636 		"html": "<p>This test examines the ARIA properties for Name test case 761.</p>\n    <style>\n    label:after { content:\" fruit\"; }\n  </style>\n  <label for=\"test\">fancy</label>\n  <input type=\"file\" id=\"test\"/>",
   -1   637 		"name": "fancy fruit",
   -1   638 		"description": null
   -1   639 	},
   -1   640 	{
   -1   641 		"filename": "name_test_case_727-manual.html",
   -1   642 		"title": "Name test case 727",
   -1   643 		"html": "<p>This test examines the ARIA properties for Name test case 727.</p>\n    <label for=\"test\">\n    foo\n    <input type=\"text\" value=\"David\"/>\n  </label>\n  <input type=\"password\" id=\"test\" value=\"baz\"/>",
   -1   644 		"name": "foo David",
   -1   645 		"description": null
   -1   646 	},
   -1   647 	{
   -1   648 		"filename": "name_test_case_564-manual.html",
   -1   649 		"title": "Name test case 564",
   -1   650 		"html": "<p>This test examines the ARIA properties for Name test case 564.</p>\n    <input type=\"text\" value=\"peanuts\" id=\"ID1\">\n  <input type=\"text\" value=\"popcorn\" id=\"ID2\">\n  <img id=\"test\" aria-label=\"l\" aria-labelledby=\"test ID1 ID2\" src=\"foo.jpg\"/>",
   -1   651 		"name": "l peanuts popcorn",
   -1   652 		"description": null
   -1   653 	},
   -1   654 	{
   -1   655 		"filename": "name_test_case_661-manual.html",
   -1   656 		"title": "Name test case 661",
   -1   657 		"html": "<p>This test examines the ARIA properties for Name test case 661.</p>\n    <style type=\"text/css\">\n    label:before { content: \"foo\"; }\n    label:after { content: \"baz\"; }\n  </style>\n  <form>\n    <label for=\"test\"><input id=\"test\" type=\"checkbox\" name=\"test\" title=\" bar \"></label>\n  </form>",
   -1   658 		"name": "foo baz",
   -1   659 		"description": null
   -1   660 	},
   -1   661 	{
   -1   662 		"filename": "name_test_case_753-manual.html",
   -1   663 		"title": "Name test case 753",
   -1   664 		"html": "<p>This test examines the ARIA properties for Name test case 753.</p>\n    <style>\n    label:before { content:\"fancy \"; }\n  </style>\n  <label for=\"test\">fruit</label>\n  <input type=\"password\" id=\"test\"/>",
   -1   665 		"name": "fancy fruit",
   -1   666 		"description": null
   -1   667 	},
   -1   668 	{
   -1   669 		"filename": "name_password-label-embedded-select-manual.html",
   -1   670 		"title": "Name password-label-embedded-select",
   -1   671 		"html": "<p>This test examines the ARIA properties for Name password-label-embedded-select.</p>\n    <input type=\"password\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <select size=\"1\">\n      <option selected=\"selected\">1</option>\n      <option>2</option>\n      <option>3</option>\n    </select>\n    times.\n  </label>",
   -1   672 		"name": "Flash the screen 1 times.",
   -1   673 		"description": null
   -1   674 	},
   -1   675 	{
   -1   676 		"filename": "name_test_case_723-manual.html",
   -1   677 		"title": "Name test case 723",
   -1   678 		"html": "<p>This test examines the ARIA properties for Name test case 723.</p>\n    <label for=\"test\">States:</label>\n  <input type=\"checkbox\" id=\"test\"/>",
   -1   679 		"name": "States:",
   -1   680 		"description": null
   -1   681 	},
   -1   682 	{
   -1   683 		"filename": "name_file-label-inline-hidden-elements-manual.html",
   -1   684 		"title": "Name file-label-inline-hidden-elements",
   -1   685 		"html": "<p>This test examines the ARIA properties for Name file-label-inline-hidden-elements.</p>\n    <style>\n    .hidden { display: none; }\n  </style>\n  <input type=\"file\" id=\"test\" />\n  <label for=\"test\">\n    <span class=\"hidden\">1</span><span>2</span>\n    <span style=\"visibility: hidden;\">3</span><span>4</span>\n    <span hidden>5</span><span>6</span>\n    <span aria-hidden=\"true\">7</span><span>8</span>\n    <span aria-hidden=\"false\" class=\"hidden\">9</span><span>10</span>\n  </label>",
   -1   686 		"name": "2 4 6 8 10",
   -1   687 		"description": null
   -1   688 	},
   -1   689 	{
   -1   690 		"filename": "name_radio-label-embedded-combobox-manual.html",
   -1   691 		"title": "Name radio-label-embedded-combobox",
   -1   692 		"html": "<p>This test examines the ARIA properties for Name radio-label-embedded-combobox.</p>\n    <input type=\"radio\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <div role=\"combobox\">\n      <div role=\"textbox\"></div>\n      <ul role=\"listbox\" style=\"list-style-type: none;\">\n        <li role=\"option\" aria-selected=\"true\">1</li>\n    <li role=\"option\">2</li>\n    <li role=\"option\">3</li>\n      </ul>\n    </div>\n    times.\n  </label>",
   -1   693 		"name": "Flash the screen 1 times.",
   -1   694 		"description": null
   -1   695 	},
   -1   696 	{
   -1   697 		"filename": "name_test_case_745-manual.html",
   -1   698 		"title": "Name test case 745",
   -1   699 		"html": "<p>This test examines the ARIA properties for Name test case 745.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"radio\" id=\"test\"/>",
   -1   700 		"name": "crazy 4",
   -1   701 		"description": null
   -1   702 	},
   -1   703 	{
   -1   704 		"filename": "name_checkbox-label-multiple-label-manual.html",
   -1   705 		"title": "Name checkbox-label-multiple-label",
   -1   706 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-multiple-label.</p>\n    <label>This <input type=\"checkbox\" id=\"test\" /> is</label>\n  <label for=\"test\">a test</label>",
   -1   707 		"name": "This is a test",
   -1   708 		"description": null
   -1   709 	},
   -1   710 	{
   -1   711 		"filename": "description_test_case_665-manual.html",
   -1   712 		"title": "Description test case 665",
   -1   713 		"html": "<p>This test examines the ARIA properties for Description test case 665.</p>\n    <div>\n    <img id=\"test\" aria-describedby=\"ID1\" src=\"test.png\">\n  </div>\n  <div id=\"ID1\" style=\"display:none\">foo</div>",
   -1   714 		"name": null,
   -1   715 		"description": "foo"
   -1   716 	},
   -1   717 	{
   -1   718 		"filename": "name_test_case_557-manual.html",
   -1   719 		"title": "Name test case 557",
   -1   720 		"html": "<p>This test examines the ARIA properties for Name test case 557.</p>\n    <img id=\"test\" src=\"foo.jpg\" aria-label=\"1\" alt=\"a\" title=\"t\"/>",
   -1   721 		"name": "1",
   -1   722 		"description": null
   -1   723 	},
   -1   724 	{
   -1   725 		"filename": "name_test_case_621-manual.html",
   -1   726 		"title": "Name test case 621",
   -1   727 		"html": "<p>This test examines the ARIA properties for Name test case 621.</p>\n    <input type=\"file\" id=\"test\">\n  <label for=\"test\">foo <input type=\"text\" value=\"bar\"> baz</label>",
   -1   728 		"name": "foo bar baz",
   -1   729 		"description": null
   -1   730 	},
   -1   731 	{
   -1   732 		"filename": "name_text-label-embedded-menu-manual.html",
   -1   733 		"title": "Name text-label-embedded-menu",
   -1   734 		"html": "<p>This test examines the ARIA properties for Name text-label-embedded-menu.</p>\n    <input type=\"text\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <span role=\"menu\">\n      <span role=\"menuitem\" aria-selected=\"true\">1</span>\n      <span role=\"menuitem\" hidden>2</span>\n      <span role=\"menuitem\" hidden>3</span>\n    </span>\n    times.\n  </label>",
   -1   735 		"name": "Flash the screen times.",
   -1   736 		"description": null
   -1   737 	},
   -1   738 	{
   -1   739 		"filename": "name_file-title-manual.html",
   -1   740 		"title": "Name file-title",
   -1   741 		"html": "<p>This test examines the ARIA properties for Name file-title.</p>\n    <input type=\"file\" id=\"test\" title=\"foo\" />",
   -1   742 		"name": "foo",
   -1   743 		"description": null
   -1   744 	},
   -1   745 	{
   -1   746 		"filename": "description_test_case_666-manual.html",
   -1   747 		"title": "Description test case 666",
   -1   748 		"html": "<p>This test examines the ARIA properties for Description test case 666.</p>\n    <div>\n    <img id=\"test\" aria-describedby=\"ID1\" src=\"test.png\">\n  </div>\n  <div id=\"ID1\" role=\"presentation\">foo</div>",
   -1   749 		"name": null,
   -1   750 		"description": "foo"
   -1   751 	},
   -1   752 	{
   -1   753 		"filename": "name_test_case_602-manual.html",
   -1   754 		"title": "Name test case 602",
   -1   755 		"html": "<p>This test examines the ARIA properties for Name test case 602.</p>\n    <div id=\"test\" role=\"button\" title=\"Tag\" style=\"outline:medium solid black; width:2em; height:1em;\">\n  </div>",
   -1   756 		"name": "Tag",
   -1   757 		"description": null
   -1   758 	},
   -1   759 	{
   -1   760 		"filename": "name_test_case_541-manual.html",
   -1   761 		"title": "Name test case 541",
   -1   762 		"html": "<p>This test examines the ARIA properties for Name test case 541.</p>\n    <div id=\"ID1\">Rich's button</div>\n  <input type=\"button\" aria-label=\"bar\" aria-labelledby=\"ID1\" id=\"test\"/>",
   -1   763 		"name": "Rich's button",
   -1   764 		"description": null
   -1   765 	},
   -1   766 	{
   -1   767 		"filename": "name_test_case_604-manual.html",
   -1   768 		"title": "Name test case 604",
   -1   769 		"html": "<p>This test examines the ARIA properties for Name test case 604.</p>\n    <a id=\"test\" href=\"test.html\" aria-label=\"Tag\">ABC</a>",
   -1   770 		"name": "Tag",
   -1   771 		"description": null
   -1   772 	},
   -1   773 	{
   -1   774 		"filename": "name_test_case_547-manual.html",
   -1   775 		"title": "Name test case 547",
   -1   776 		"html": "<p>This test examines the ARIA properties for Name test case 547.</p>\n    <label for=\"test\">\n  foo\n  <input type=\"text\" value=\"David\"/>\n  </label>\n  <input type=\"text\" id=\"test\" value=\"baz\"/>",
   -1   777 		"name": "foo David",
   -1   778 		"description": null
   -1   779 	},
   -1   780 	{
   -1   781 		"filename": "name_heading-combobox-focusable-alternative-manual.html",
   -1   782 		"title": "Name  heading-combobox-focusable-alternative",
   -1   783 		"html": "<p>This test examines the ARIA properties for Name  heading-combobox-focusable-alternative.</p>\n    <h2 id=\"test\">\n  Country of origin:\n  <input role=\"combobox\" type=\"text\" title=\"Choose your country.\" value=\"United States\">\n  </h2>",
   -1   784 		"name": "Country of origin: United States",
   -1   785 		"description": null
   -1   786 	},
   -1   787 	{
   -1   788 		"filename": "name_test_case_662-manual.html",
   -1   789 		"title": "Name test case 662",
   -1   790 		"html": "<p>This test examines the ARIA properties for Name test case 662.</p>\n    <style type=\"text/css\">\n    label:before { content: \"foo\"; }\n    label:after { content: \"baz\"; }\n  </style>\n  <form>\n    <label for=\"test\"><input id=\"test\" type=\"radio\" name=\"test\" title=\" bar \"></label>\n  </form>",
   -1   791 		"name": "foo baz",
   -1   792 		"description": null
   -1   793 	},
   -1   794 	{
   -1   795 		"filename": "name_test_case_597-manual.html",
   -1   796 		"title": "Name test case 597",
   -1   797 		"html": "<p>This test examines the ARIA properties for Name test case 597.</p>\n    <div id=\"test\" aria-label=\"Tag\">foo</div>",
   -1   798 		"name": "Tag",
   -1   799 		"description": null
   -1   800 	},
   -1   801 	{
   -1   802 		"filename": "name_test_case_617-manual.html",
   -1   803 		"title": "Name test case 617",
   -1   804 		"html": "<p>This test examines the ARIA properties for Name test case 617.</p>\n    <input type=\"checkbox\" id=\"test\">\n  <label for=\"test\">foo<input type=\"text\" value=\"bar\">baz</label>",
   -1   805 		"name": "foo bar baz",
   -1   806 		"description": null
   -1   807 	},
   -1   808 	{
   -1   809 		"filename": "name_test_case_558-manual.html",
   -1   810 		"title": "Name test case 558",
   -1   811 		"html": "<p>This test examines the ARIA properties for Name test case 558.</p>\n    <input type=\"text\" value=\"peanuts\" id=\"test\">\n  <img aria-labelledby=\"test\" src=\"foo.jpg\"/>",
   -1   812 		"name": "",
   -1   813 		"description": null
   -1   814 	},
   -1   815 	{
   -1   816 		"filename": "name_test_case_738-manual.html",
   -1   817 		"title": "Name test case 738",
   -1   818 		"html": "<p>This test examines the ARIA properties for Name test case 738.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuetext=\"Monday\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"password\" value=\"baz\" id=\"test\"/>",
   -1   819 		"name": "crazy Monday",
   -1   820 		"description": null
   -1   821 	},
   -1   822 	{
   -1   823 		"filename": "name_test_case_562-manual.html",
   -1   824 		"title": "Name test case 562",
   -1   825 		"html": "<p>This test examines the ARIA properties for Name test case 562.</p>\n    <input type=\"text\" value=\"peanuts\" id=\"ID1\">\n  <input type=\"text\" value=\"popcorn\" id=\"ID2\">\n  <input type=\"text\" value=\"apple jacks\" id=\"ID3\">\n  <img aria-labelledby=\"ID1 ID2 ID3\" id=\"test\" src=\"foo.jpg\"/>",
   -1   826 		"name": "peanuts popcorn apple jacks",
   -1   827 		"description": null
   -1   828 	},
   -1   829 	{
   -1   830 		"filename": "name_image-title-manual.html",
   -1   831 		"title": "Name image-title",
   -1   832 		"html": "<p>This test examines the ARIA properties for Name image-title.</p>\n    <input type=\"image\" src=\"test.png\" id=\"test\" title=\"foo\" />",
   -1   833 		"name": "foo",
   -1   834 		"description": null
   -1   835 	},
   -1   836 	{
   -1   837 		"filename": "name_test_case_614-manual.html",
   -1   838 		"title": "Name test case 614",
   -1   839 		"html": "<p>This test examines the ARIA properties for Name test case 614.</p>\n    <input type=\"radio\" id=\"test\">\n  <label for=\"test\">foo</label>",
   -1   840 		"name": "foo",
   -1   841 		"description": null
   -1   842 	},
   -1   843 	{
   -1   844 		"filename": "name_checkbox-label-embedded-spinbutton-manual.html",
   -1   845 		"title": "Name checkbox-label-embedded-spinbutton",
   -1   846 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-embedded-spinbutton.</p>\n    <input type=\"checkbox\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"spinbutton\" type=\"number\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1   847 		"name": "foo 5 baz",
   -1   848 		"description": null
   -1   849 	},
   -1   850 	{
   -1   851 		"filename": "name_test_case_618-manual.html",
   -1   852 		"title": "Name test case 618",
   -1   853 		"html": "<p>This test examines the ARIA properties for Name test case 618.</p>\n    <input type=\"text\" id=\"test\">\n  <label for=\"test\">foo<input type=\"text\" value=\"bar\">baz</label>",
   -1   854 		"name": "foo bar baz",
   -1   855 		"description": null
   -1   856 	},
   -1   857 	{
   -1   858 		"filename": "name_test_case_740-manual.html",
   -1   859 		"title": "Name test case 740",
   -1   860 		"html": "<p>This test examines the ARIA properties for Name test case 740.</p>\n    <label for=\"test\">\n    crazy\n    <div role=\"spinbutton\" aria-valuetext=\"Monday\" aria-valuemin=\"1\" aria-valuemax=\"7\" aria-valuenow=\"4\">\n    </div>\n  </label>\n  <input type=\"radio\" id=\"test\"/>",
   -1   861 		"name": "crazy Monday",
   -1   862 		"description": null
   -1   863 	},
   -1   864 	{
   -1   865 		"filename": "name_radio-label-embedded-select-manual.html",
   -1   866 		"title": "Name radio-label-embedded-select",
   -1   867 		"html": "<p>This test examines the ARIA properties for Name radio-label-embedded-select.</p>\n    <input type=\"radio\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <select size=\"1\">\n      <option selected=\"selected\">1</option>\n      <option>2</option>\n      <option>3</option>\n    </select>\n    times.\n  </label>",
   -1   868 		"name": "Flash the screen 1 times.",
   -1   869 		"description": null
   -1   870 	},
   -1   871 	{
   -1   872 		"filename": "name_test_case_724-manual.html",
   -1   873 		"title": "Name test case 724",
   -1   874 		"html": "<p>This test examines the ARIA properties for Name test case 724.</p>\n    <label for=\"test\">States:</label>\n  <input type=\"radio\" id=\"test\"/>",
   -1   875 		"name": "States:",
   -1   876 		"description": null
   -1   877 	},
   -1   878 	{
   -1   879 		"filename": "name_test_case_611-manual.html",
   -1   880 		"title": "Name test case 611",
   -1   881 		"html": "<p>This test examines the ARIA properties for Name test case 611.</p>\n    <input id=\"test\" type=\"text\"/>\n  <label for=\"test\">foo</label>",
   -1   882 		"name": "foo",
   -1   883 		"description": null
   -1   884 	},
   -1   885 	{
   -1   886 		"filename": "name_test_case_608-manual.html",
   -1   887 		"title": "Name test case 608",
   -1   888 		"html": "<p>This test examines the ARIA properties for Name test case 608.</p>\n    <a href=\"test.html\" id=\"test\" title=\"Tag\"></a>",
   -1   889 		"name": "Tag",
   -1   890 		"description": null
   -1   891 	},
   -1   892 	{
   -1   893 		"filename": "name_from_content-manual.html",
   -1   894 		"title": "Name from content",
   -1   895 		"html": "<p>This test examines the ARIA properties for Name from content.</p>\n    <style>\n    .hidden { display: none; }\n  </style>\n  <div id=\"test\" role=\"link\" tabindex=\"0\">\n    <span aria-hidden=\"true\"><i> Hello, </i></span>\n    <span>My</span> name is\n    <div><img src=\"file.jpg\" title=\"Bryan\" alt=\"\" role=\"presentation\" /></div>\n    <span role=\"presentation\" aria-label=\"Eli\">\n      <span aria-label=\"Garaventa\">Zambino</span>\n    </span>\n    <span>the weird.</span>\n    (QED)\n    <span class=\"hidden\"><i><b>and don't you forget it.</b></i></span>\n    <table>\n      <tr>\n        <td>Where</td>\n        <td style=\"visibility:hidden;\"><div>in</div></td>\n        <td><div style=\"display:none;\">the world</div></td>\n        <td>are my marbles?</td>\n      </tr>\n    </table>\n  </div>",
   -1   896 		"name": "My name is Eli the weird. (QED) Where are my marbles?",
   -1   897 		"description": null
   -1   898 	},
   -1   899 	{
   -1   900 		"filename": "name_test_case_540-manual.html",
   -1   901 		"title": "Name test case 540",
   -1   902 		"html": "<p>This test examines the ARIA properties for Name test case 540.</p>\n    <div id=\"ID1\">Rich's button</div>\n  <input type=\"button\" aria-labelledby=\"ID1\" id=\"test\">",
   -1   903 		"name": "Rich's button",
   -1   904 		"description": null
   -1   905 	},
   -1   906 	{
   -1   907 		"filename": "name_test_case_598-manual.html",
   -1   908 		"title": "Name test case 598",
   -1   909 		"html": "<p>This test examines the ARIA properties for Name test case 598.</p>\n    <div id=\"test\" aria-labelledby=\"ID1\" aria-label=\"Tag\">foo</div>\n  <span id=\"ID1\">bar</span>",
   -1   910 		"name": "bar",
   -1   911 		"description": null
   -1   912 	},
   -1   913 	{
   -1   914 		"filename": "name_test_case_613-manual.html",
   -1   915 		"title": "Name test case 613",
   -1   916 		"html": "<p>This test examines the ARIA properties for Name test case 613.</p>\n    <input type=\"checkbox\" id=\"test\">\n  <label for=\"test\">foo</label></body>",
   -1   917 		"name": "foo",
   -1   918 		"description": null
   -1   919 	},
   -1   920 	{
   -1   921 		"filename": "name_file-label-owned-combobox-owned-listbox-manual.html",
   -1   922 		"title": "Name file-label-owned-combobox-owned-listbox",
   -1   923 		"html": "<p>This test examines the ARIA properties for Name file-label-owned-combobox-owned-listbox.</p>\n    <input type=\"file\" id=\"test\" />\n  <label for=\"test\">Flash <span aria-owns=\"id1\">the screen</span> times.</label>\n  <div>\n    <div id=\"id1\" role=\"combobox\" aria-owns=\"id2\">\n      <div role=\"textbox\"></div>\n    </div>\n  </div>\n  <div>\n    <ul id=\"id2\" role=\"listbox\" style=\"list-style-type: none;\">\n      <li role=\"option\" >1 </li>\n      <li role=\"option\" aria-selected=\"true\">2 </li>\n      <li role=\"option\">3 </li>\n    </ul>\n  </div>",
   -1   924 		"name": "Flash the screen 2 times.",
   -1   925 		"description": null
   -1   926 	},
   -1   927 	{
   -1   928 		"filename": "name_test_case_762-manual.html",
   -1   929 		"title": "Name test case 762",
   -1   930 		"html": "<p>This test examines the ARIA properties for Name test case 762.</p>\n    <style>\n    label:after { content:\" fruit\"; }\n  </style>\n  <label for=\"test\">fancy</label>\n  <input type=\"image\" src=\"foo.jpg\" id=\"test\"/>",
   -1   931 		"name": "fancy fruit",
   -1   932 		"description": null
   -1   933 	},
   -1   934 	{
   -1   935 		"filename": "name_test_case_607-manual.html",
   -1   936 		"title": "Name test case 607",
   -1   937 		"html": "<p>This test examines the ARIA properties for Name test case 607.</p>\n    <a href=\"test.html\" id=\"test\">ABC</a>",
   -1   938 		"name": "ABC",
   -1   939 		"description": null
   -1   940 	},
   -1   941 	{
   -1   942 		"filename": "name_test_case_563-manual.html",
   -1   943 		"title": "Name test case 563",
   -1   944 		"html": "<p>This test examines the ARIA properties for Name test case 563.</p>\n    <input type=\"text\" value=\"peanuts\" id=\"ID1\">\n  <img id=\"test\" aria-label=\"l\" aria-labelledby=\"test ID1\" src=\"foo.jpg\"/>",
   -1   945 		"name": "l peanuts",
   -1   946 		"description": null
   -1   947 	},
   -1   948 	{
   -1   949 		"filename": "name_test_case_754-manual.html",
   -1   950 		"title": "Name test case 754",
   -1   951 		"html": "<p>This test examines the ARIA properties for Name test case 754.</p>\n    <style>\n    label:before { content:\"fancy \"; }\n  </style>\n  <label for=\"test\">fruit</label>\n  <input type=\"checkbox\" id=\"test\"/>",
   -1   952 		"name": "fancy fruit",
   -1   953 		"description": null
   -1   954 	},
   -1   955 	{
   -1   956 		"filename": "name_link-with-label-manual.html",
   -1   957 		"title": "Name link-with-label",
   -1   958 		"html": "<p>This test examines the ARIA properties for Name link-with-label.</p>\n    <a id=\"test\" href=\"#\" aria-label=\"California\" title=\"San Francisco\" >United States</a>",
   -1   959 		"name": "California",
   -1   960 		"description": null
   -1   961 	},
   -1   962 	{
   -1   963 		"filename": "name_checkbox-label-embedded-combobox-manual.html",
   -1   964 		"title": "Name checkbox-label-embedded-combobox",
   -1   965 		"html": "<p>This test examines the ARIA properties for Name checkbox-label-embedded-combobox.</p>\n    <input type=\"checkbox\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <div role=\"combobox\">\n      <div role=\"textbox\"></div>\n      <ul role=\"listbox\" style=\"list-style-type: none;\">\n        <li role=\"option\" aria-selected=\"true\">1</li>\n    <li role=\"option\">2</li>\n    <li role=\"option\">3</li>\n      </ul>\n    </div>\n    times.\n  </label>",
   -1   966 		"name": "Flash the screen 1 times.",
   -1   967 		"description": null
   -1   968 	},
   -1   969 	{
   -1   970 		"filename": "name_test_case_759-manual.html",
   -1   971 		"title": "Name test case 759",
   -1   972 		"html": "<p>This test examines the ARIA properties for Name test case 759.</p>\n    <style>\n    label:after { content:\" fruit\"; }\n  </style>\n  <label for=\"test\">fancy</label>\n  <input type=\"checkbox\" id=\"test\"/>",
   -1   973 		"name": "fancy fruit",
   -1   974 		"description": null
   -1   975 	},
   -1   976 	{
   -1   977 		"filename": "name_test_case_748-manual.html",
   -1   978 		"title": "Name test case 748",
   -1   979 		"html": "<p>This test examines the ARIA properties for Name test case 748.</p>\n    <input type=\"password\" id=\"test\" title=\"crazy\" value=\"baz\"/>",
   -1   980 		"name": "crazy",
   -1   981 		"description": null
   -1   982 	},
   -1   983 	{
   -1   984 		"filename": "name_test_case_544-manual.html",
   -1   985 		"title": "Name test case 544",
   -1   986 		"html": "<p>This test examines the ARIA properties for Name test case 544.</p>\n    <input type=\"button\" id=\"test\" value=\"foo\"/>",
   -1   987 		"name": "foo",
   -1   988 		"description": null
   -1   989 	},
   -1   990 	{
   -1   991 		"filename": "name_test_case_565-manual.html",
   -1   992 		"title": "Name test case 565",
   -1   993 		"html": "<p>This test examines the ARIA properties for Name test case 565.</p>\n    <input type=\"text\" value=\"peanuts\" id=\"ID1\">\n  <input type=\"text\" value=\"popcorn\" id=\"ID2\">\n  <input type=\"text\" value=\"apple jacks\" id=\"ID3\">\n  <img id=\"test\" aria-label=\"l\" aria-labelledby=\"test ID1 ID2 ID3\" alt= \"a\" title=\"t\" src=\"foo.jpg\"/>",
   -1   994 		"name": "l peanuts popcorn apple jacks",
   -1   995 		"description": null
   -1   996 	},
   -1   997 	{
   -1   998 		"filename": "name_file-label-embedded-combobox-manual.html",
   -1   999 		"title": "Name file-label-embedded-combobox",
   -1  1000 		"html": "<p>This test examines the ARIA properties for Name file-label-embedded-combobox.</p>\n    <input type=\"file\" id=\"test\" />\n  <label for=\"test\">Flash the screen\n    <div role=\"combobox\">\n      <div role=\"textbox\"></div>\n      <ul role=\"listbox\" style=\"list-style-type: none;\">\n        <li role=\"option\" aria-selected=\"true\">1 </li>\n    <li role=\"option\">2 </li>\n    <li role=\"option\">3 </li>\n      </ul>\n    </div>\n    times.\n  </label>",
   -1  1001 		"name": "Flash the screen 1 times.",
   -1  1002 		"description": null
   -1  1003 	},
   -1  1004 	{
   -1  1005 		"filename": "name_test_case_609-manual.html",
   -1  1006 		"title": "Name test case 609",
   -1  1007 		"html": "<p>This test examines the ARIA properties for Name test case 609.</p>\n    <input id=\"test\" type=\"text\" aria-labelledby=\"ID1 ID2 ID3\">\n  <p id=\"ID1\">foo</p>\n  <p id=\"ID2\">bar</p>\n  <p id=\"ID3\">baz</p>",
   -1  1008 		"name": "foo bar baz",
   -1  1009 		"description": null
   -1  1010 	},
   -1  1011 	{
   -1  1012 		"filename": "name_text-label-embedded-slider-manual.html",
   -1  1013 		"title": "Name text-label-embedded-slider",
   -1  1014 		"html": "<p>This test examines the ARIA properties for Name text-label-embedded-slider.</p>\n    <input type=\"text\" id=\"test\" />\n  <label for=\"test\">foo <input role=\"slider\" type=\"range\" value=\"5\" min=\"1\" max=\"10\" aria-valuenow=\"5\" aria-valuemin=\"1\" aria-valuemax=\"10\"> baz\n  </label>",
   -1  1015 		"name": "foo 5 baz",
   -1  1016 		"description": null
   -1  1017 	},
   -1  1018 	{
   -1  1019 		"filename": "name_test_case_566-manual.html",
   -1  1020 		"title": "Name test case 566",
   -1  1021 		"html": "<p>This test examines the ARIA properties for Name test case 566.</p>\n    <input type=\"text\" value=\"peanuts\" id=\"ID1\">\n  <input type=\"text\" value=\"popcorn\" id=\"ID2\">\n  <input type=\"text\" value=\"apple jacks\" id=\"ID3\">\n  <img id=\"test\" aria-label=\"\" aria-labelledby=\"test ID1 ID2 ID3\" alt=\"\" title=\"t\" src=\"foo.jpg\"/>",
   -1  1022 		"name": "t peanuts popcorn apple jacks",
   -1  1023 		"description": null
   -1  1024 	},
   -1  1025 	{
   -1  1026 		"filename": "description_1.0_combobox-focusable-manual.html",
   -1  1027 		"title": "Description 1.0 combobox-focusable",
   -1  1028 		"html": "<p>This test examines the ARIA properties for Description 1.0 combobox-focusable.</p>\n    <div id=\"test\" role=\"combobox\" tabindex=\"0\" title=\"Choose your language.\">\n    <span> English </span>\n  </div>",
   -1  1029 		"name": null,
   -1  1030 		"description": ""
   -1  1031 	},
   -1  1032 	{
   -1  1033 		"filename": "description_link-with-label-manual.html",
   -1  1034 		"title": "Description link-with-label",
   -1  1035 		"html": "<p>This test examines the ARIA properties for Description link-with-label.</p>\n    <a id=\"test\" href=\"#\" aria-label=\"California\" title=\"San Francisco\" >United States</a>",
   -1  1036 		"name": null,
   -1  1037 		"description": "San Francisco"
   -1  1038 	},
   -1  1039 	{
   -1  1040 		"filename": "name_test_case_756-manual.html",
   -1  1041 		"title": "Name test case 756",
   -1  1042 		"html": "<p>This test examines the ARIA properties for Name test case 756.</p>\n    <style>\n    label:before { content:\"fancy \"; }\n  </style>\n  <label for=\"test\">fruit</label>\n  <input type=\"file\" id=\"test\"/>",
   -1  1043 		"name": "fancy fruit",
   -1  1044 		"description": null
   -1  1045 	},
   -1  1046 	{
   -1  1047 		"filename": "name_password-title-manual.html",
   -1  1048 		"title": "Name password-title",
   -1  1049 		"html": "<p>This test examines the ARIA properties for Name password-title.</p>\n    <input type=\"password\" id=\"test\" title=\"foo\" />",
   -1  1050 		"name": "foo",
   -1  1051 		"description": null
   -1  1052 	},
   -1  1053 	{
   -1  1054 		"filename": "name_test_case_729-manual.html",
   -1  1055 		"title": "Name test case 729",
   -1  1056 		"html": "<p>This test examines the ARIA properties for Name test case 729.</p>\n    <label for=\"test\">\n    foo\n    <input type=\"text\" value=\"David\"/>\n  </label>\n  <input type=\"radio\" id=\"test\"/>",
   -1  1057 		"name": "foo David",
   -1  1058 		"description": null
   -1  1059 	},
   -1  1060 	{
   -1  1061 		"filename": "name_test_case_548-manual.html",
   -1  1062 		"title": "Name test case 548",
   -1  1063 		"html": "<p>This test examines the ARIA properties for Name test case 548.</p>\n    <label for=\"test\">\n  crazy\n    <select name=\"member\" size=\"1\" role=\"menu\" tabindex=\"0\">\n      <option role=\"menuitem\" value=\"beard\" selected=\"true\">clown</option>\n      <option role=\"menuitem\" value=\"scuba\">rich</option>\n    </select>\n  </label>\n  <input type=\"text\" id=\"test\" value=\"baz\"/>",
   -1  1064 		"name": "crazy",
   -1  1065 		"description": null
   -1  1066 	},
   -1  1067 	{
   -1  1068 		"filename": "name_file-label-inline-block-styles-manual.html",
   -1  1069 		"title": "Name file-label-inline-block-styles",
   -1  1070 		"html": "<p>This test examines the ARIA properties for Name file-label-inline-block-styles.</p>\n    <style>\n    label:before { content: \"This\"; display: block; }\n    label:after { content: \".\"; }\n  </style>\n  <label for=\"test\">is a test</label>\n  <input type=\"text\" id=\"test\"/>",
   -1  1071 		"name": "This is a test.",
   -1  1072 		"description": null
   -1  1073 	},
   -1  1074 	{
   -1  1075 		"filename": "name_from_content_of_labelledby_elements_one_of_which_is_hidden-manual.html",
   -1  1076 		"title": "Name from content of labelledby elements one of which is hidden",
   -1  1077 		"html": "<p>This test examines the ARIA properties for Name from content of labelledby elements one of which is hidden.</p>\n    <style>\n    .hidden { display: none; }\n  </style>\n  <div>\n    <input id=\"test\" type=\"text\" aria-labelledby=\"lbl1 lbl2\" aria-describedby=\"descId\" />\n    <span>\n      <span aria-hidden=\"true\" id=\"lbl1\">Important</span>\n      <span class=\"hidden\">\n        <span aria-hidden=\"true\" id=\"lbl2\">stuff</span>\n      </span>\n    </span>\n  </div>\n  <div class=\"hidden\">\n    <div id=\"descId\">\n      <span aria-hidden=\"true\"><i> Hello, </i></span>\n      <span>My</span> name is\n      <div><img src=\"file.jpg\" title=\"Bryan\" alt=\"\" role=\"presentation\" /></div>\n      <span role=\"presentation\" aria-label=\"Eli\">\n        <span aria-label=\"Garaventa\">Zambino</span>\n      </span>\n      <span>the weird.</span>\n      (QED)\n      <span class=\"hidden\"><i><b>and don't you forget it.</b></i></span>\n      <table>\n        <tr>\n          <td>Where</td>\n          <td style=\"visibility:hidden;\"><div>in</div></td>\n          <td><div style=\"display:none;\">the world</div></td>\n          <td>are my marbles?</td>\n        </tr>\n      </table>\n    </div>\n  </div>",
   -1  1078 		"name": "Important stuff",
   -1  1079 		"description": null
   -1  1080 	},
   -1  1081 	{
   -1  1082 		"filename": "name_test_case_545-manual.html",
   -1  1083 		"title": "Name test case 545",
   -1  1084 		"html": "<p>This test examines the ARIA properties for Name test case 545.</p>\n    <input src=\"baz.html\" type=\"image\" id=\"test\" alt=\"foo\"/>",
   -1  1085 		"name": "foo",
   -1  1086 		"description": null
   -1  1087 	},
   -1  1088 	{
   -1  1089 		"filename": "name_test_case_551-manual.html",
   -1  1090 		"title": "Name test case 551",
   -1  1091 		"html": "<p>This test examines the ARIA properties for Name test case 551.</p>\n    <input type=\"text\" id=\"test\" title=\"crazy\" value=\"baz\"/>",
   -1  1092 		"name": "crazy",
   -1  1093 		"description": null
   -1  1094 	},
   -1  1095 	{
   -1  1096 		"filename": "description_from_content_of_describedby_element-manual.html",
   -1  1097 		"title": "Description from content of describedby element",
   -1  1098 		"html": "<p>This test examines the ARIA properties for Description from content of describedby element.</p>\n    <style>\n    .hidden { display: none; }\n  </style>\n  <input id=\"test\" type=\"text\" aria-label=\"Important stuff\" aria-describedby=\"descId\" />\n  <div>\n    <div id=\"descId\">\n      <span aria-hidden=\"true\"><i> Hello, </i></span>\n      <span>My</span> name is\n      <div><img src=\"file.jpg\" title=\"Bryan\" alt=\"\" role=\"presentation\" /></div>\n      <span role=\"presentation\" aria-label=\"Eli\">\n        <span aria-label=\"Garaventa\">Zambino</span>\n      </span>\n      <span>the weird.</span>\n      (QED)\n      <span class=\"hidden\"><i><b>and don't you forget it.</b></i></span>\n      <table>\n        <tr>\n          <td>Where</td>\n          <td style=\"visibility:hidden;\"><div>in</div></td>\n          <td><div style=\"display:none;\">the world</div></td>\n          <td>are my marbles?</td>\n        </tr>\n      </table>\n    </div>\n  </div>",
   -1  1099 		"name": null,
   -1  1100 		"description": "My name is Eli the weird. (QED) Where are my marbles?"
   -1  1101 	},
   -1  1102 	{
   -1  1103 		"filename": "name_test_case_750-manual.html",
   -1  1104 		"title": "Name test case 750",
   -1  1105 		"html": "<p>This test examines the ARIA properties for Name test case 750.</p>\n    <input type=\"radio\" id=\"test\" title=\"crazy\"/>",
   -1  1106 		"name": "crazy",
   -1  1107 		"description": null
   -1  1108 	},
   -1  1109 	{
   -1  1110 		"filename": "name_test_case_757-manual.html",
   -1  1111 		"title": "Name test case 757",
   -1  1112 		"html": "<p>This test examines the ARIA properties for Name test case 757.</p>\n    <style>\n    label:before { content:\"fancy \"; }\n  </style>\n  <label for=\"test\">fruit</label>\n  <input type=\"image\" src=\"foo.jpg\" id=\"test\"/>",
   -1  1113 		"name": "fancy fruit",
   -1  1114 		"description": null
   -1  1115 	}
   -1  1116 ]