mirror of
https://github.com/servo/servo.git
synced 2025-09-08 22:18:23 +01:00
Update web-platform-tests to revision a46616a5b18e83587ddbbed756c7b96cbb4b015d
This commit is contained in:
parent
3f07cfec7c
commit
578498ba24
4001 changed files with 159517 additions and 30260 deletions
101
tests/wpt/web-platform-tests/dpub-aam/doc-example-manual.html
Normal file
101
tests/wpt/web-platform-tests/dpub-aam/doc-example-manual.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>doc-example</title>
|
||||
<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",
|
||||
"role",
|
||||
"is",
|
||||
"ROLE_SECTION"
|
||||
],
|
||||
[
|
||||
"property",
|
||||
"objectAttributes",
|
||||
"contains",
|
||||
"xml-roles:doc-example"
|
||||
]
|
||||
],
|
||||
"AXAPI" : [
|
||||
[
|
||||
"property",
|
||||
"AXRole",
|
||||
"is",
|
||||
"AXGroup"
|
||||
],
|
||||
[
|
||||
"property",
|
||||
"AXSubrole",
|
||||
"is",
|
||||
"AXApplicationGroup"
|
||||
],
|
||||
[
|
||||
"property",
|
||||
"AXRoleDescription",
|
||||
"is",
|
||||
"group"
|
||||
]
|
||||
],
|
||||
"IAccessible2" : [
|
||||
[
|
||||
"property",
|
||||
"objectAttributes",
|
||||
"contains",
|
||||
"xml-roles:doc-example"
|
||||
],
|
||||
[
|
||||
"property",
|
||||
"role",
|
||||
"is",
|
||||
"IA2_ROLE_SECTION"
|
||||
]
|
||||
],
|
||||
"UIA" : [
|
||||
[
|
||||
"property",
|
||||
"ControlType",
|
||||
"is",
|
||||
"Text"
|
||||
],
|
||||
[
|
||||
"property",
|
||||
"LocalizedControlType",
|
||||
"is",
|
||||
"example"
|
||||
]
|
||||
]
|
||||
},
|
||||
"title" : "step 1",
|
||||
"type" : "test"
|
||||
}
|
||||
],
|
||||
"title" : "doc-example"
|
||||
}
|
||||
|
||||
) ;
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>This test examines the ARIA properties for doc-example.</p>
|
||||
<div role="doc-example" id="test">Text</div>
|
||||
|
||||
<div id="manualMode"></div>
|
||||
<div id="log"></div>
|
||||
<div id="ATTAmessages"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue