Bug 1611320 [wpt PR 21400] - Gate Longtasks and PaintTiming tests under assert_precon...
[gecko.git] / testing / web-platform / tests / accname / name_test_case_615-manual.html
blobe1d53f4ac8ab33961333c1086b49b6f25e500877
1 <!doctype html>
2 <html>
3 <head>
4 <title>Name test case 615</title>
5 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
6 <link rel="stylesheet" href="/wai-aria/scripts/manual.css">
7 <script src="/resources/testharness.js"></script>
8 <script src="/resources/testharnessreport.js"></script>
9 <script src="/wai-aria/scripts/ATTAcomm.js"></script>
10 <script>
11 setup({explicit_timeout: true, explicit_done: true });
13 var theTest = new ATTAcomm(
15 "steps" : [
17 "element" : "test",
18 "test" : {
19 "ATK" : [
21 "property",
22 "name",
23 "is",
24 "foo"
27 "AXAPI" : [
29 "property",
30 "AXDescription",
31 "is",
32 "foo"
35 "IAccessible2" : [
37 "property",
38 "accName",
39 "is",
40 "foo"
43 "UIA" : [
45 "property",
46 "Name",
47 "is",
48 "foo"
52 "title" : "step 1",
53 "type" : "test"
56 "title" : "Name test case 615"
59 ) ;
60 </script>
61 </head>
62 <body>
63 <p>This test examines the ARIA properties for Name test case 615.</p>
64 <input type="file" id="test">
65 <label for="test">foo</label>
67 <div id="manualMode"></div>
68 <div id="log"></div>
69 <div id="ATTAmessages"></div>
70 </body>
71 </html>