mirror of
https://github.com/servo/servo.git
synced 2025-07-06 06:53:38 +01:00
Update web-platform-tests to revision 8fed98324bc133df221d778c62cbff210d43b0ce
This commit is contained in:
parent
be902d56c0
commit
8a6476740e
246 changed files with 15482 additions and 1281 deletions
4
tests/wpt/metadata/FileAPI/historical.https.html.ini
Normal file
4
tests/wpt/metadata/FileAPI/historical.https.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[historical.https.html]
|
||||||
|
[Historical features]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
[url-in-tags-revoke.window.html]
|
[url-in-tags-revoke.window.html]
|
||||||
expected: TIMEOUT
|
|
||||||
[Fetching a blob URL immediately before revoking it works in an iframe.]
|
[Fetching a blob URL immediately before revoking it works in an iframe.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Fetching a blob URL immediately before revoking it works in <script> tags.]
|
|
||||||
expected: TIMEOUT
|
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,2 @@
|
||||||
|
[zero-width-floats.html]
|
||||||
|
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
||||||
[vh_not_refreshing_on_chrome.html]
|
|
||||||
expected: FAIL
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
[javascript-url-abort-return-value-string.tentative.html]
|
||||||
|
[Aborting fetch for javascript:string navigation]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[javascript-url-abort-return-value-undefined.tentative.html]
|
||||||
|
expected: TIMEOUT
|
||||||
|
[Not aborting fetch for javascript:undefined navigation]
|
||||||
|
expected: TIMEOUT
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[010.html]
|
|
||||||
[Salvagability of document.opened document]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -24,3 +24,6 @@
|
||||||
[initMessageEvent operation default parameter values]
|
[initMessageEvent operation default parameter values]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[MessageEvent constructor]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,6 @@
|
||||||
[Service worker test setup]
|
[Service worker test setup]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[[[CanBlock\]\] in a service worker agent]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,6 @@
|
||||||
[Service worker setup]
|
[Service worker setup]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Promise rejection events tests: in a service worker context]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@ python wpt product [tests]
|
||||||
where `product` is currently `firefox` or `chrome` and `[tests]` is a
|
where `product` is currently `firefox` or `chrome` and `[tests]` is a
|
||||||
list of paths to tests. This will attempt to automatically locate a
|
list of paths to tests. This will attempt to automatically locate a
|
||||||
browser instance and install required dependencies. The command is
|
browser instance and install required dependencies. The command is
|
||||||
very configurable; for examaple to specify a particular binary use
|
very configurable; for example to specify a particular binary use
|
||||||
`wpt run --binary=path product`. The full range of options can be see
|
`wpt run --binary=path product`. The full range of options can be see
|
||||||
with `wpt run --help` and `wpt run --wptrunner-help`.
|
with `wpt run --help` and `wpt run --wptrunner-help`.
|
||||||
|
|
||||||
|
|
2
tests/wpt/web-platform-tests/accname/OWNERS
Normal file
2
tests/wpt/web-platform-tests/accname/OWNERS
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@halindrome
|
||||||
|
@joanmarie
|
|
@ -0,0 +1,92 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Description from content of describedby element</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"description",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXHelp",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accDescription",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Description",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Description from content of describedby element"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Description from content of describedby element.</p>
|
||||||
|
<input id="test" type="text" aria-label="Important stuff" aria-describedby="descId" />
|
||||||
|
<div>
|
||||||
|
<div id="descId">
|
||||||
|
<span aria-hidden="true"><i> Hello, </i></span>
|
||||||
|
<span>My</span> name is
|
||||||
|
<div><img src="file.jpg" title="Bryan" alt="" role="presentation" /></div>
|
||||||
|
<span role="presentation" aria-label="Eli">
|
||||||
|
<span aria-label="Garaventa">Zambino</span>
|
||||||
|
</span>
|
||||||
|
<span>the weird.</span>
|
||||||
|
(<span>Q</span><span>E</span><span>D</span>)
|
||||||
|
<span class="hidden"><i><b>and don't you forget it.</b></i></span>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>Where</td>
|
||||||
|
<td style="visibility:hidden;"><div>in</div></td>
|
||||||
|
<td><div style="display:none;">the world</div></td>
|
||||||
|
<td>are my marbles?</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,100 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Description from content of describedby element which is hidden</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"description",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXHelp",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accDescription",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Description",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Description from content of describedby element which is hidden"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Description from content of describedby element which is hidden.</p>
|
||||||
|
<div>
|
||||||
|
<input id="test" type="text" aria-labelledby="lbl1 lbl2" aria-describedby="descId" />
|
||||||
|
<span>
|
||||||
|
<span aria-hidden="true" id="lbl1">Important</span>
|
||||||
|
<span class="hidden">
|
||||||
|
<span aria-hidden="true" id="lbl2">stuff</span>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="hidden">
|
||||||
|
<div id="descId">
|
||||||
|
<span aria-hidden="true"><i> Hello, </i></span>
|
||||||
|
<span>My</span> name is
|
||||||
|
<div><img src="file.jpg" title="Bryan" alt="" role="presentation" /></div>
|
||||||
|
<span role="presentation" aria-label="Eli">
|
||||||
|
<span aria-label="Garaventa">Zambino</span>
|
||||||
|
</span>
|
||||||
|
<span>the weird.</span>
|
||||||
|
(<span>Q</span><span>E</span><span>D</span>)
|
||||||
|
<span class="hidden"><i><b>and don't you forget it.</b></i></span>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>Where</td>
|
||||||
|
<td style="visibility:hidden;"><div>in</div></td>
|
||||||
|
<td><div style="display:none;">the world</div></td>
|
||||||
|
<td>are my marbles?</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Description test case 664</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"description",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXHelp",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Description",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Description test case 664"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Description test case 664.</p>
|
||||||
|
<div>
|
||||||
|
<img id="test" aria-describedby="ID1" src="test.png">
|
||||||
|
</div>
|
||||||
|
<div id="ID1">foo</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Description test case 665</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"description",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXHelp",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Description",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Description test case 665"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Description test case 665.</p>
|
||||||
|
<div>
|
||||||
|
<img id="test" aria-describedby="ID1" src="test.png">
|
||||||
|
</div>
|
||||||
|
<div id="ID1" style="display:none">foo</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Description test case 666</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"description",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXHelp",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Description",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Description test case 666"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Description test case 666.</p>
|
||||||
|
<div>
|
||||||
|
<img id="test" aria-describedby="ID1" src="test.png">
|
||||||
|
</div>
|
||||||
|
<div id="ID1" role="presentation">foo</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
tests/wpt/web-platform-tests/accname/foo.jpg
Normal file
BIN
tests/wpt/web-platform-tests/accname/foo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
|
@ -0,0 +1,82 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name checkbox-label-embedded-combobox</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name checkbox-label-embedded-combobox"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name checkbox-label-embedded-combobox.</p>
|
||||||
|
<input type="checkbox" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<div role="combobox">
|
||||||
|
<div role="textbox"></div>
|
||||||
|
<ul role="listbox" style="list-style-type: none;">
|
||||||
|
<li role="option" aria-selected="true">1</li>
|
||||||
|
<li role="option">2</li>
|
||||||
|
<li role="option">3</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name checkbox-label-embedded-menu</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name checkbox-label-embedded-menu"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name checkbox-label-embedded-menu.</p>
|
||||||
|
<input type="checkbox" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<span role="menu">
|
||||||
|
<span role="menuitem" aria-selected="true">1</span>
|
||||||
|
<span role="menuitem" hidden>2</span>
|
||||||
|
<span role="menuitem" hidden>3</span>
|
||||||
|
</span>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name checkbox-label-embedded-select</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name checkbox-label-embedded-select"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name checkbox-label-embedded-select.</p>
|
||||||
|
<input type="checkbox" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<select size="1">
|
||||||
|
<option selected="selected">1</option>
|
||||||
|
<option>2</option>
|
||||||
|
<option>3</option>
|
||||||
|
</select>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name checkbox-label-embedded-slider</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name checkbox-label-embedded-slider"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name checkbox-label-embedded-slider.</p>
|
||||||
|
<input type="checkbox" id="test" />
|
||||||
|
<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
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name checkbox-label-embedded-spinbutton</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name checkbox-label-embedded-spinbutton"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name checkbox-label-embedded-spinbutton.</p>
|
||||||
|
<input type="checkbox" id="test" />
|
||||||
|
<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
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name checkbox-title</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name checkbox-title"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name checkbox-title.</p>
|
||||||
|
<input type="checkbox" id="test" title="foo" />
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,82 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name file-label-embedded-combobox</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name file-label-embedded-combobox"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name file-label-embedded-combobox.</p>
|
||||||
|
<input type="file" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<div role="combobox">
|
||||||
|
<div role="textbox"></div>
|
||||||
|
<ul role="listbox" style="list-style-type: none;">
|
||||||
|
<li role="option" aria-selected="true">1 </li>
|
||||||
|
<li role="option">2 </li>
|
||||||
|
<li role="option">3 </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name file-label-embedded-menu</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name file-label-embedded-menu"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name file-label-embedded-menu.</p>
|
||||||
|
<input type="file" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<span role="menu">
|
||||||
|
<span role="menuitem" aria-selected="true">1</span>
|
||||||
|
<span role="menuitem" hidden>2</span>
|
||||||
|
<span role="menuitem" hidden>3</span>
|
||||||
|
</span>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name file-label-embedded-select</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name file-label-embedded-select"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name file-label-embedded-select.</p>
|
||||||
|
<input type="file" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<select size="1">
|
||||||
|
<option selected="selected">1</option>
|
||||||
|
<option>2</option>
|
||||||
|
<option>3</option>
|
||||||
|
</select>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name file-label-embedded-slider</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name file-label-embedded-slider"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name file-label-embedded-slider.</p>
|
||||||
|
<input type="file" id="test" />
|
||||||
|
<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
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name file-label-embedded-spinbutton</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name file-label-embedded-spinbutton"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name file-label-embedded-spinbutton.</p>
|
||||||
|
<input type="file" id="test" />
|
||||||
|
<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
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name file-title</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name file-title"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name file-title.</p>
|
||||||
|
<input type="file" id="test" title="foo" />
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,89 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name from content</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name from content"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name from content.</p>
|
||||||
|
<div id="test" role="link" tabindex="0">
|
||||||
|
<span aria-hidden="true"><i> Hello, </i></span>
|
||||||
|
<span>My</span> name is
|
||||||
|
<div><img src="file.jpg" title="Bryan" alt="" role="presentation" /></div>
|
||||||
|
<span role="presentation" aria-label="Eli">
|
||||||
|
<span aria-label="Garaventa">Zambino</span>
|
||||||
|
</span>
|
||||||
|
<span>the weird.</span>
|
||||||
|
(<span>Q</span><span>E</span><span>D</span>)
|
||||||
|
<span class="hidden"><i><b>and don't you forget it.</b></i></span>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>Where</td>
|
||||||
|
<td style="visibility:hidden;"><div>in</div></td>
|
||||||
|
<td><div style="display:none;">the world</div></td>
|
||||||
|
<td>are my marbles?</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,90 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name from content of label</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name from content of label"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name from content of label.</p>
|
||||||
|
<input type="text" id="test" />
|
||||||
|
<label for="test" id="label">
|
||||||
|
<span aria-hidden="true"><i> Hello, </i></span>
|
||||||
|
<span>My</span> name is
|
||||||
|
<div><img src="file.jpg" title="Bryan" alt="" role="presentation" /></div>
|
||||||
|
<span role="presentation" aria-label="Eli">
|
||||||
|
<span aria-label="Garaventa">Zambino</span>
|
||||||
|
</span>
|
||||||
|
<span>the weird.</span>
|
||||||
|
(<span>Q</span><span>E</span><span>D</span>)
|
||||||
|
<span class="hidden"><i><b>and don't you forget it.</b></i></span>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>Where</td>
|
||||||
|
<td style="visibility:hidden;"><div>in</div></td>
|
||||||
|
<td><div style="display:none;">the world</div></td>
|
||||||
|
<td>are my marbles?</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,90 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name from content of labelledby element</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"My name is Garaventa the weird. (QED) Where are my marbles?"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name from content of labelledby element"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name from content of labelledby element.</p>
|
||||||
|
<input id="test" type="text" aria-labelledby="lblId" />
|
||||||
|
<div id="lblId" >
|
||||||
|
<span aria-hidden="true"><i> Hello, </i></span>
|
||||||
|
<span>My</span> name is
|
||||||
|
<div><img src="file.jpg" title="Bryan" alt="" role="presentation" /></div>
|
||||||
|
<span role="presentation" aria-label="Eli">
|
||||||
|
<span aria-label="Garaventa">Zambino</span>
|
||||||
|
</span>
|
||||||
|
<span>the weird.</span>
|
||||||
|
(<span>Q</span><span>E</span><span>D</span>)
|
||||||
|
<span class="hidden"><i><b>and don't you forget it.</b></i></span>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>Where</td>
|
||||||
|
<td style="visibility:hidden;"><div>in</div></td>
|
||||||
|
<td><div style="display:none;">the world</div></td>
|
||||||
|
<td>are my marbles?</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,100 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name from content of labelledby elements one of which is hidden</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Important stuff"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Important stuff"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Important stuff"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Important stuff"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name from content of labelledby elements one of which is hidden"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name from content of labelledby elements one of which is hidden.</p>
|
||||||
|
<div>
|
||||||
|
<input id="test" type="text" aria-labelledby="lbl1 lbl2" aria-describedby="descId" />
|
||||||
|
<span>
|
||||||
|
<span aria-hidden="true" id="lbl1">Important</span>
|
||||||
|
<span class="hidden">
|
||||||
|
<span aria-hidden="true" id="lbl2">stuff</span>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="hidden">
|
||||||
|
<div id="descId">
|
||||||
|
<span aria-hidden="true"><i> Hello, </i></span>
|
||||||
|
<span>My</span> name is
|
||||||
|
<div><img src="file.jpg" title="Bryan" alt="" role="presentation" /></div>
|
||||||
|
<span role="presentation" aria-label="Eli">
|
||||||
|
<span aria-label="Garaventa">Zambino</span>
|
||||||
|
</span>
|
||||||
|
<span>the weird.</span>
|
||||||
|
(<span>Q</span><span>E</span><span>D</span>)
|
||||||
|
<span class="hidden"><i><b>and don't you forget it.</b></i></span>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>Where</td>
|
||||||
|
<td style="visibility:hidden;"><div>in</div></td>
|
||||||
|
<td><div style="display:none;">the world</div></td>
|
||||||
|
<td>are my marbles?</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name image-title</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name image-title"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name image-title.</p>
|
||||||
|
<input type="image" src="test.png" id="test" title="foo" />
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,82 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name password-label-embedded-combobox</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name password-label-embedded-combobox"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name password-label-embedded-combobox.</p>
|
||||||
|
<input type="password" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<div role="combobox">
|
||||||
|
<div role="textbox"></div>
|
||||||
|
<ul role="listbox" style="list-style-type: none;">
|
||||||
|
<li role="option" aria-selected="true">1</li>
|
||||||
|
<li role="option">2</li>
|
||||||
|
<li role="option">3</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name password-label-embedded-menu</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name password-label-embedded-menu"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name password-label-embedded-menu.</p>
|
||||||
|
<input type="password" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<span role="menu">
|
||||||
|
<span role="menuitem" aria-selected="true">1</span>
|
||||||
|
<span role="menuitem" hidden>2</span>
|
||||||
|
<span role="menuitem" hidden>3</span>
|
||||||
|
</span>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name password-label-embedded-select</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name password-label-embedded-select"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name password-label-embedded-select.</p>
|
||||||
|
<input type="password" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<select size="1">
|
||||||
|
<option selected="selected">1</option>
|
||||||
|
<option>2</option>
|
||||||
|
<option>3</option>
|
||||||
|
</select>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name password-label-embedded-slider</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name password-label-embedded-slider"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name password-label-embedded-slider.</p>
|
||||||
|
<input type="password" id="test" />
|
||||||
|
<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
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name password-label-embedded-spinbutton</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name password-label-embedded-spinbutton"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name password-label-embedded-spinbutton.</p>
|
||||||
|
<input type="password" id="test" />
|
||||||
|
<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
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name password-title</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name password-title"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name password-title.</p>
|
||||||
|
<input type="password" id="test" title="foo" />
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,82 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name radio-label-embedded-combobox</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name radio-label-embedded-combobox"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name radio-label-embedded-combobox.</p>
|
||||||
|
<input type="radio" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<div role="combobox">
|
||||||
|
<div role="textbox"></div>
|
||||||
|
<ul role="listbox" style="list-style-type: none;">
|
||||||
|
<li role="option" aria-selected="true">1</li>
|
||||||
|
<li role="option">2</li>
|
||||||
|
<li role="option">3</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name radio-label-embedded-menu</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name radio-label-embedded-menu"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name radio-label-embedded-menu.</p>
|
||||||
|
<input type="radio" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<span role="menu">
|
||||||
|
<span role="menuitem" aria-selected="true">1</span>
|
||||||
|
<span role="menuitem" hidden>2</span>
|
||||||
|
<span role="menuitem" hidden>3</span>
|
||||||
|
</span>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name radio-label-embedded-select</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Flash the screen 1 times."
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name radio-label-embedded-select"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name radio-label-embedded-select.</p>
|
||||||
|
<input type="radio" id="test" />
|
||||||
|
<label for="test">Flash the screen
|
||||||
|
<select size="1">
|
||||||
|
<option selected="selected">1</option>
|
||||||
|
<option>2</option>
|
||||||
|
<option>3</option>
|
||||||
|
</select>
|
||||||
|
times.
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name radio-label-embedded-slider</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name radio-label-embedded-slider"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name radio-label-embedded-slider.</p>
|
||||||
|
<input type="radio" id="test" />
|
||||||
|
<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
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name radio-label-embedded-spinbutton</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo 5 baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name radio-label-embedded-spinbutton"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name radio-label-embedded-spinbutton.</p>
|
||||||
|
<input type="radio" id="test" />
|
||||||
|
<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
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name radio-title</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name radio-title"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name radio-title.</p>
|
||||||
|
<input type="radio" id="test" title="foo" />
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 539</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Rich"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Rich"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Rich"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Rich"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 539"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 539.</p>
|
||||||
|
<input type="button" aria-label="Rich" id="test">
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 540</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Rich's button"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Rich's button"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Rich's button"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Rich's button"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 540"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 540.</p>
|
||||||
|
<div id="ID1">Rich's button</div>
|
||||||
|
<input type="button" aria-labelledby="ID1" id="test">
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 541</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Rich's button"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Rich's button"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Rich's button"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Rich's button"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 541"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 541.</p>
|
||||||
|
<div id="ID1">Rich's button</div>
|
||||||
|
<input type="button" aria-label="bar" aria-labelledby="ID1" id="test"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 543</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Reset"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Reset"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Reset"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Reset"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 543"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 543.</p>
|
||||||
|
<input type="reset" id="test"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 544</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 544"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 544.</p>
|
||||||
|
<input type="button" id="test" value="foo"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 545</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 545"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 545.</p>
|
||||||
|
<input src="baz.html" type="image" id="test" alt="foo"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 546</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"States:"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"States:"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"States:"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"States:"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 546"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 546.</p>
|
||||||
|
<label for="test">States:</label>
|
||||||
|
<input type="text" id="test"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,75 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 547</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo David"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo David"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo David"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo David"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 547"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 547.</p>
|
||||||
|
<label for="test">
|
||||||
|
foo
|
||||||
|
<input type="text" value="David"/>
|
||||||
|
</label>
|
||||||
|
<input type="text" id="test" value="baz"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,78 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 548</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"crazy clown"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"crazy clown"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"crazy clown"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"crazy clown"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 548"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 548.</p>
|
||||||
|
<label for="test">
|
||||||
|
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="text" id="test" value="baz"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,76 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 549</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"crazy Monday"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"crazy Monday"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"crazy Monday"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"crazy Monday"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 549"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 549.</p>
|
||||||
|
<label for="test">
|
||||||
|
crazy
|
||||||
|
<div role="spinbutton" aria-valuetext="Monday" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
<input type="text" id="test" value="baz"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,76 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 550</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"crazy 4"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"crazy 4"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"crazy 4"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"crazy 4"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 550"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 550.</p>
|
||||||
|
<label for="test">
|
||||||
|
crazy
|
||||||
|
<div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
|
||||||
|
</div>
|
||||||
|
</label>
|
||||||
|
<input type="text" id="test" value="baz"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 551</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"crazy"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"crazy"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"crazy"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"crazy"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 551"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 551.</p>
|
||||||
|
<input type="text" id="test" title="crazy" value="baz"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,75 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 552</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"fancy fruit"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"fancy fruit"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"fancy fruit"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"fancy fruit"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 552"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 552.</p>
|
||||||
|
<style>
|
||||||
|
label:before { content:"fancy "; }
|
||||||
|
</style>
|
||||||
|
<label for="test">fruit</label>
|
||||||
|
<input type="text" id="test"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,75 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 553</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"test content"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"test content"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"test content"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"test content"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 553"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 553.</p>
|
||||||
|
<style type="text/css">
|
||||||
|
[data-after]:after { content: attr(data-after); }
|
||||||
|
</style>
|
||||||
|
<label for="test" data-after="test content"></label>
|
||||||
|
<input type="text" id="test">
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 556</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 556"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 556.</p>
|
||||||
|
<img id="test" src="foo.jpg" aria-label="1"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 557</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 557"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 557.</p>
|
||||||
|
<img id="test" src="foo.jpg" aria-label="1" alt="a" title="t"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 558</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"peanuts"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 558"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 558.</p>
|
||||||
|
<input type="text" value="peanuts" id="test">
|
||||||
|
<img aria-labelledby="test" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 559</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 559"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 559.</p>
|
||||||
|
<img id="test" aria-labelledby="test" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 560</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"peanuts"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 560"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 560.</p>
|
||||||
|
<input type="text" value="peanuts" id="test">
|
||||||
|
<img aria-labelledby="test" aria-label="1" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 561</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"1"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 561"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 561.</p>
|
||||||
|
<img id="test" aria-labelledby="test" aria-label="1" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 562</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 562"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 562.</p>
|
||||||
|
<input type="text" value="peanuts" id="ID1">
|
||||||
|
<input type="text" value="popcorn" id="ID2">
|
||||||
|
<input type="text" value="apple jacks" id="ID3">
|
||||||
|
<img aria-labelledby="ID1 ID2 ID3" id="test" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 563</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"l peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"l peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"l peanuts"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"l peanuts"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 563"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 563.</p>
|
||||||
|
<input type="text" value="peanuts" id="ID1">
|
||||||
|
<img id="test" aria-label="l" aria-labelledby="test ID1" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 564</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"l peanuts popcorn"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"l peanuts popcorn"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"l peanuts popcorn"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"l peanuts popcorn"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 564"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 564.</p>
|
||||||
|
<input type="text" value="peanuts" id="ID1">
|
||||||
|
<input type="text" value="popcorn" id="ID2">
|
||||||
|
<img id="test" aria-label="l" aria-labelledby="test ID1 ID2" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 565</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"l peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"l peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"l peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"l peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 565"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 565.</p>
|
||||||
|
<input type="text" value="peanuts" id="ID1">
|
||||||
|
<input type="text" value="popcorn" id="ID2">
|
||||||
|
<input type="text" value="apple jacks" id="ID3">
|
||||||
|
<img id="test" aria-label="l" aria-labelledby="test ID1 ID2 ID3" alt= "a" title="t" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 566</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"t peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"t peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"t peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"t peanuts popcorn apple jacks"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 566"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 566.</p>
|
||||||
|
<input type="text" value="peanuts" id="ID1">
|
||||||
|
<input type="text" value="popcorn" id="ID2">
|
||||||
|
<input type="text" value="apple jacks" id="ID3">
|
||||||
|
<img id="test" aria-label="" aria-labelledby="test ID1 ID2 ID3" alt="" title="t" src="foo.jpg"/>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 596</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 596"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 596.</p>
|
||||||
|
<div id="test" aria-labelledby="ID1">foo</div>
|
||||||
|
<span id="ID1">bar</span>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 597</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 597"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 597.</p>
|
||||||
|
<div id="test" aria-label="Tag">foo</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 598</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 598"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 598.</p>
|
||||||
|
<div id="test" aria-labelledby="ID1" aria-label="Tag">foo</div>
|
||||||
|
<span id="ID1">bar</span>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 599</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"bar baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 599"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 599.</p>
|
||||||
|
<div id="test" aria-labelledby="ID0 ID1" aria-label="Tag">foo</div>
|
||||||
|
<span id="ID0">bar</span>
|
||||||
|
<span id="ID1">baz</span>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 600</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
""
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 600"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 600.</p>
|
||||||
|
<div id="test">Div with text</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 601</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 601"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 601.</p>
|
||||||
|
<div id="test" role="button">foo</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 602</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 602"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 602.</p>
|
||||||
|
<div id="test" role="button" title="Tag" style="outline:medium solid black; width:2em; height:1em;">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 603</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 603"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 603.</p>
|
||||||
|
<div id="ID1">foo</div>
|
||||||
|
<a id="test" href="test.html" aria-labelledby="ID1">bar</a>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 604</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 604"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 604.</p>
|
||||||
|
<a id="test" href="test.html" aria-label="Tag">ABC</a>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 605</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"bar"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 605"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 605.</p>
|
||||||
|
<a href="test.html" id="test" aria-labelledby="ID1" aria-label="Tag">foo</a>
|
||||||
|
<p id="ID1">bar</p>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 606</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Tag foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Tag foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Tag foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Tag foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 606"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 606.</p>
|
||||||
|
<a href="test.html" id="test" aria-labelledby="test ID1" aria-label="Tag"></a>
|
||||||
|
<p id="ID1">foo</p>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 607</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"ABC"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"ABC"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"ABC"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"ABC"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 607"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 607.</p>
|
||||||
|
<a href="test.html" id="test">ABC</a>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,71 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 608</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"Tag"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 608"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 608.</p>
|
||||||
|
<a href="test.html" id="test" title="Tag"></a>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,74 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 609</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 609"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 609.</p>
|
||||||
|
<input id="test" type="text" aria-labelledby="ID1 ID2 ID3">
|
||||||
|
<p id="ID1">foo</p>
|
||||||
|
<p id="ID2">bar</p>
|
||||||
|
<p id="ID3">baz</p>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 610</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo bar"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo bar"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 610"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 610.</p>
|
||||||
|
<input id="test" type="text" aria-label="bar" aria-labelledby="ID1 test">
|
||||||
|
<div id="ID1">foo</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 611</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 611"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 611.</p>
|
||||||
|
<input id="test" type="text"/>
|
||||||
|
<label for="test">foo</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 612</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 612"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 612.</p>
|
||||||
|
<input type="password" id="test">
|
||||||
|
<label for="test">foo</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 613</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 613"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 613.</p>
|
||||||
|
<input type="checkbox" id="test">
|
||||||
|
<label for="test">foo</label></body>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 614</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 614"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 614.</p>
|
||||||
|
<input type="radio" id="test">
|
||||||
|
<label for="test">foo</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 615</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 615"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 615.</p>
|
||||||
|
<input type="file" id="test">
|
||||||
|
<label for="test">foo</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 616</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 616"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 616.</p>
|
||||||
|
<input type="image" id="test">
|
||||||
|
<label for="test">foo</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 617</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 617"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 617.</p>
|
||||||
|
<input type="checkbox" id="test">
|
||||||
|
<label for="test">foo<input type="text" value="bar">baz</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 618</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 618"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 618.</p>
|
||||||
|
<input type="text" id="test">
|
||||||
|
<label for="test">foo<input type="text" value="bar">baz</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 619</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 619"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 619.</p>
|
||||||
|
<input type="password" id="test">
|
||||||
|
<label for="test">foo<input type="text" value="bar">baz</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 620</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 620"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 620.</p>
|
||||||
|
<input type="radio" id="test">
|
||||||
|
<label for="test">foo<input type="text" value="bar">baz</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,72 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 621</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 621"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 621.</p>
|
||||||
|
<input type="file" id="test">
|
||||||
|
<label for="test">foo <input type="text" value="bar"> baz</label>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,77 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Name test case 659</title>
|
||||||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
||||||
|
<link rel="stylesheet" href="/resources/testharness.css">
|
||||||
|
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
|
||||||
|
<script src="/resources/testharness.js"></script>
|
||||||
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
|
||||||
|
<script>
|
||||||
|
setup({explicit_timeout: true, explicit_done: true });
|
||||||
|
|
||||||
|
var theTest = new ATTAcomm(
|
||||||
|
{
|
||||||
|
"steps" : [
|
||||||
|
{
|
||||||
|
"element" : "test",
|
||||||
|
"test" : {
|
||||||
|
"ATK" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"AXAPI" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"AXDescription",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"IAccessible2" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"accName",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"UIA" : [
|
||||||
|
[
|
||||||
|
"property",
|
||||||
|
"Name",
|
||||||
|
"is",
|
||||||
|
"foo bar baz"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"title" : "step 1",
|
||||||
|
"type" : "test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title" : "Name test case 659"
|
||||||
|
}
|
||||||
|
|
||||||
|
) ;
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This test examines the ARIA properties for Name test case 659.</p>
|
||||||
|
<style type="text/css">
|
||||||
|
label:before { content: "foo"; }
|
||||||
|
label:after { content: "baz"; }
|
||||||
|
</style>
|
||||||
|
<form>
|
||||||
|
<label for="test" title="bar"><input id="test" type="text" name="test" title="bar"></label>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<div id="manualMode"></div>
|
||||||
|
<div id="log"></div>
|
||||||
|
<div id="ATTAmessages"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue