summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/859.html10
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/860.html10
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/861.html10
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/863.html14
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/864.html17
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/865.html10
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/866.html10
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html18
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/868.html18
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/869.html10
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/871.html14
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/872.html13
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/873.html12
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/874.html12
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/875.html16
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/879.html14
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/880.html11
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/887.html15
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/888.html10
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/889.html10
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/890.html11
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/891.html14
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/892.html14
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/893.html20
24 files changed, 313 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/859.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/859.html
new file mode 100644
index 000000000..ad383353b
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/859.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test 859</title>
+ </head>
+ <body>
+ <div id="test" aria-label="test" role="alertdialog"></div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/860.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/860.html
new file mode 100644
index 000000000..3079ef86c
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/860.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>test 860</title>
+ </head>
+ <body>
+ <div id="test" aria-label="test" role="application"></div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/861.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/861.html
new file mode 100644
index 000000000..86284e08d
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/861.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>test 861</title>
+ </head>
+ <body>
+ <div id="test" aria-label="test" role="button"></div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/863.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/863.html
new file mode 100644
index 000000000..8ae98c7f1
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/863.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>test 863</title>
+ </head>
+ <body>
+ <div role="grid" aria-label="mygrid">
+ <div role="row">
+ <div id="test" aria-label="foo" role="columnheader"></div>
+ </div>
+ </div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/864.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/864.html
new file mode 100644
index 000000000..0b706e5c8
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/864.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 864
+ </title>
+ </head>
+ <body>
+ <input type="text" id="test" aria-label="foo" role="combobox"
+ aria-owns="owned_listbox" aria-activedescendant="selected_option" aria-expanded="true">
+ <ul role="listbox" id="owned_listbox">
+ <li role="option">Zebra</li>
+ <li role="option" id="selected_option">Zoom</li>
+ </ul>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/865.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/865.html
new file mode 100644
index 000000000..d706f80a2
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/865.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>test 865</title>
+ </head>
+ <body>
+ <div id="test" aria-label="foo" role="dialog"></div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/866.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/866.html
new file mode 100644
index 000000000..8d4d5e42f
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/866.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>test 866</title>
+ </head>
+ <body>
+ <div id="test" aria-label="foo" role="document"></div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html
new file mode 100644
index 000000000..a60653fd7
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test 867</title>
+ </head>
+ <body>
+ <div id="test" role="grid" aria-label="foo">
+ <div role="row">
+ <div role="columnheader" id="obj1">obj1</div>
+ </div>
+ <div role="row">
+ <div role="gridcell" id="obj2">obj2</div>
+ </div>
+ </div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/868.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/868.html
new file mode 100644
index 000000000..d43c86f29
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/868.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test 868</title>
+ </head>
+ <body>
+ <div role="grid">
+ <div role="row">
+ <div role="columnheader" id="obj1">obj1</div>
+ </div>
+ <div role="row">
+ <div id="test" aria-label="foo" role="gridcell">obj2</div>
+ </div>
+ </div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/869.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/869.html
new file mode 100644
index 000000000..cba68be90
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/869.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>test 869</title>
+ </head>
+ <body>
+ <div id="test" aria-label="foo" role="heading" aria-level="1"></div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/871.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/871.html
new file mode 100644
index 000000000..4595a7cf9
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/871.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>ARIA 1.0 Test Case 871</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ </head>
+ <body>
+ <div id="test" role="listbox" aria-label="foo">
+ <div role="option" aria-setsize="3" aria-posinset="1" tabindex="-1">Option 1</div>
+ <div role="option" aria-setsize="3" aria-posinset="2" tabindex="-1">Option 2</div>
+ <div role="option" aria-setsize="3" aria-posinset="3" tabindex="-1">Option 3</div>
+ </div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/872.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/872.html
new file mode 100644
index 000000000..0469d7c16
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/872.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 872</title>
+ </head>
+ <body>
+ <div role="list"><div id="test" role="listitem" aria-label="foo"></div></div>
+ <div id="obj1">obj1</div>
+ <div id="obj2">obj2</div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/873.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/873.html
new file mode 100644
index 000000000..7ae36c5e7
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/873.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 873
+ </title>
+ </head>
+ <body>
+ <div id="test" role="log" aria-label="foo">Placeholder content</div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/874.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/874.html
new file mode 100644
index 000000000..5d44672d3
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/874.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 874
+ </title>
+ </head>
+ <body>
+ <div id="test" role=" marquee" aria-label="foo"></div>
+ </body>
+</html>
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/875.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/875.html
new file mode 100644
index 000000000..52422efad
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/875.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 875
+ </title>
+ </head>
+ <body>
+ <div id="test" role="menu" tabindex="0" aria-label="foo" aria-activedescendant="obj1">
+ <div id="obj1" role="menuitem">obj1</div>
+ <div id="obj2" role="menuitem">obj2</div>
+ </div>
+ </body>
+</html>
+
+
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/879.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/879.html
new file mode 100644
index 000000000..a9a876a03
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/879.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>ARIA 1.0 Test Case 879</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ </head>
+ <body>
+ <div role="listbox">
+ <div role="option" aria-setsize="3" aria-label="foo" id="test" aria-posinset="1" tabindex="-1"></div>
+ <div role="option" aria-setsize="3" aria-posinset="2" tabindex="-1">Option 2</div>
+ <div role="option" aria-setsize="3" aria-posinset="3" tabindex="-1">Option 3</div>
+ </div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/880.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/880.html
new file mode 100644
index 000000000..570d85361
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/880.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 880
+ </title>
+ </head>
+ <body>
+ <div id="test" role="progressbar" aria-label="foo" aria-valuemax="1.1">Placeholder content</div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/887.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/887.html
new file mode 100644
index 000000000..90151869f
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/887.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 887</title>
+ </head>
+ <body>
+ <div role="tablist">
+ <div role="tab">tab1</div><div role="tab">tab2</div>
+ </div>
+ <div id="test" aria-label="foo" role="tabpanel">
+ Boring tab panel
+ </div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/888.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/888.html
new file mode 100644
index 000000000..da876814e
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/888.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 888</title>
+ </head>
+ <body>
+ <div id="test" aria-label="foo" role="textbox"></div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/889.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/889.html
new file mode 100644
index 000000000..2cf67a320
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/889.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 889</title>
+ </head>
+ <body>
+ <div id="test" aria-label="foo" role="timer"></div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/890.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/890.html
new file mode 100644
index 000000000..6fd47f40e
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/890.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 890</title>
+ </head>
+ <body>
+ <input type="text" aria-describedby="test"/>
+ <div id="test" aria-label="foo" role="tooltip"></div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/891.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/891.html
new file mode 100644
index 000000000..2d2361e43
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/891.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 891
+ </title>
+ </head>
+ <body>
+ <div id="test" role="tree" aria-label="foo">
+ <div role="treeitem" id="obj1">obj1</div>
+ <div role="treeitem" id="obj2">obj2</div>
+ </div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/892.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/892.html
new file mode 100644
index 000000000..20934bbbf
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/892.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 892
+ </title>
+ </head>
+ <body>
+ <div role="tree">
+ <div role="treeitem" aria-label="foo" id="test">obj1</div>
+ <div role="treeitem" id="obj2">obj2</div>
+ </div>
+ </body>
+</html>
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/893.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/893.html
new file mode 100644
index 000000000..819fa8d8d
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/893.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>test case 893
+ </title>
+ </head>
+ <body>
+ <div id="test" role="treegrid" aria-label="foo" aria-activedescendant="obj1" tabindex="0">
+ <div role="row">
+ <div id="obj1" role="gridcell">obj1</div>
+ <div id="obj2" role="gridcell">obj2</div>
+ </div>
+ <div role="row">
+ <div id="obj3" role="gridcell">obj3</div>
+ <div id="obj4" role="gridcell">obj4</div>
+ </div>
+ </div>
+ </body>
+</html>