--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/733.html Tue Oct 30 12:43:54 2012 +0100
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>Test 548a An INPUT type=text, password, checkbox, radio, or file, with id="ID0", referenced by a LABEL with an embedded SELECT, role=combobox, or role=menu.</title>
+</head>
+<body>
+<label for="ID0">
+crazy
+ <select name="member" size="1" "role="menu" tabindex="0">
+ <option role="menuitem" value="beard" selected="true">clown</option>
+ <option role="menuitem" value="scuba">rich</option>
+ </select>
+</label>
+<input type="password" id="ID0" value="baz"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/734.html Tue Oct 30 12:43:54 2012 +0100
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>Test 548b An INPUT type=text, password, checkbox, radio, or file, with id="ID0", referenced by a LABEL with an embedded SELECT, role=combobox, or role=menu.</title>
+</head>
+<body>
+<label for="ID0">
+crazy
+ <select name="member" size="1" "role="menu" tabindex="0">
+ <option role="menuitem" value="beard" selected="true">clown</option>
+ <option role="menuitem" value="scuba">rich</option>
+ </select>
+</label>
+<input type="checkbox" id="ID0"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/735.html Tue Oct 30 12:43:54 2012 +0100
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>Test 548c An INPUT type=text, password, checkbox, radio, or file, with id="ID0", referenced by a LABEL with an embedded SELECT, role=combobox, or role=menu.</title>
+</head>
+<body>
+<label for="ID0">
+crazy
+ <select name="member" size="1" "role="menu" tabindex="0">
+ <option role="menuitem" value="beard" selected="true">clown</option>
+ <option role="menuitem" value="scuba">rich</option>
+ </select>
+</label>
+<input type="radio" id="ID0"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/736.html Tue Oct 30 12:43:54 2012 +0100
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>Test 548d An INPUT type=text, password, checkbox, radio, or file, image with id="ID0", referenced by a LABEL with an embedded SELECT, role=combobox, or role=menu.</title>
+</head>
+<body>
+<label for="ID0">
+crazy
+ <select name="member" size="1" "role="menu" tabindex="0">
+ <option role="menuitem" value="beard" selected="true">clown</option>
+ <option role="menuitem" value="scuba">rich</option>
+ </select>
+</label>
+<input type="file" id="ID0"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/737.html Tue Oct 30 12:43:54 2012 +0100
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>Test 548e An INPUT type=text, password, checkbox, radio, or file, image with id="ID0", referenced by a LABEL with an embedded SELECT, role=combobox, or role=menu.</title>
+</head>
+<body>
+<label for="ID0">
+crazy
+ <select name="member" size="1" "role="menu" tabindex="0">
+ <option role="menuitem" value="beard" selected="true">clown</option>
+ <option role="menuitem" value="scuba">rich</option>
+ </select>
+</label>
+<input type="image" id="ID0" src="foo.jpg"/>
+</body>
+</html>
+