testaro 55.5.13 → 56.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actSpecs.js +1 -1
- package/package.json +1 -1
- package/procs/doTestAct.js +2 -2
- package/procs/isInlineLink.js +9 -26
- package/run.js +4 -0
- package/testaro/focVis.js +21 -26
- package/tests/testaro.js +2 -1
- package/validation/done/README.md +1 -1
- package/validation/tests/{jobs → jobProperties}/allCaps.json +6 -13
- package/validation/tests/{jobs → jobProperties}/allHidden.json +6 -13
- package/validation/tests/{jobs → jobProperties}/allSlanted.json +6 -13
- package/validation/tests/{jobs → jobProperties}/attVal.json +6 -13
- package/validation/tests/{jobs → jobProperties}/autocomplete.json +6 -13
- package/validation/tests/{jobs → jobProperties}/bulk.json +6 -13
- package/validation/tests/{jobs → jobProperties}/buttonMenu.json +6 -13
- package/validation/tests/{jobs → jobProperties}/distortion.json +6 -13
- package/validation/tests/{jobs → jobProperties}/docType.json +6 -13
- package/validation/tests/{jobs → jobProperties}/dupAtt.json +6 -13
- package/validation/tests/{jobs → jobProperties}/elements.json +6 -12
- package/validation/tests/{jobs → jobProperties}/embAc.json +6 -13
- package/validation/tests/{jobs → jobProperties}/focAll.json +6 -13
- package/validation/tests/{jobs → jobProperties}/focInd.json +6 -13
- package/validation/tests/{jobs → jobProperties}/focOp.json +6 -13
- package/validation/tests/{jobs → jobProperties}/focVis.json +6 -13
- package/validation/tests/{jobs → jobProperties}/headEl.json +6 -13
- package/validation/tests/{jobs → jobProperties}/headingAmb.json +6 -13
- package/validation/tests/{jobs → jobProperties}/hovInd.json +6 -13
- package/validation/tests/{jobs → jobProperties}/hover.json +6 -13
- package/validation/tests/{jobs → jobProperties}/hr.json +6 -13
- package/validation/tests/{jobs → jobProperties}/labClash.json +6 -13
- package/validation/tests/{jobs → jobProperties}/lineHeight.json +6 -13
- package/validation/tests/{jobs → jobProperties}/linkAmb.json +8 -17
- package/validation/tests/{jobs → jobProperties}/linkExt.json +6 -13
- package/validation/tests/{jobs → jobProperties}/linkOldAtt.json +6 -13
- package/validation/tests/{jobs → jobProperties}/linkTitle.json +6 -13
- package/validation/tests/{jobs → jobProperties}/linkTo.json +6 -13
- package/validation/tests/{jobs → jobProperties}/linkUl.json +17 -24
- package/validation/tests/{jobs → jobProperties}/miniText.json +6 -13
- package/validation/tests/{jobs → jobProperties}/motion.json +6 -13
- package/validation/tests/{jobs → jobProperties}/nonTable.json +6 -13
- package/validation/tests/{jobs → jobProperties}/opFoc.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/adbID.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/altScheme.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/captionLoc.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/datalistRef.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/imageLink.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/legendLoc.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/optRoleSel.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/phOnly.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/secHeading.json +6 -13
- package/validation/tests/{jobs → jobProperties/pending}/textSem.json +6 -13
- package/validation/tests/{jobs → jobProperties}/pseudoP.json +6 -13
- package/validation/tests/{jobs → jobProperties}/radioSet.json +6 -13
- package/validation/tests/{jobs → jobProperties}/role.json +6 -13
- package/validation/tests/{jobs → jobProperties}/styleDiff.json +6 -13
- package/validation/tests/{jobs → jobProperties}/tabNav.json +6 -13
- package/validation/tests/{jobs → jobProperties}/targetSize.json +6 -13
- package/validation/tests/{jobs → jobProperties}/textNodes.json +6 -12
- package/validation/tests/{jobs → jobProperties}/title.json +6 -12
- package/validation/tests/{jobs → jobProperties}/titledEl.json +6 -13
- package/validation/tests/{jobs → jobProperties}/zIndex.json +6 -13
- package/validation/tests/targets/linkUl/bad.html +4 -16
- package/validation/tests/targets/linkUl/good.html +3 -2
- package/validation/tests/targets/linkUl/na.html +5 -3
- package/validation/validateTest.js +77 -46
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of nonTable test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "nonTable",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/nonTable/index.html",
|
|
9
|
+
"what": "page with a real table and 3 pseudotables"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -139,11 +138,5 @@
|
|
|
139
138
|
"nonTable"
|
|
140
139
|
]
|
|
141
140
|
}
|
|
142
|
-
]
|
|
143
|
-
"sources": {
|
|
144
|
-
},
|
|
145
|
-
"standard": "only",
|
|
146
|
-
"observe": false,
|
|
147
|
-
"timeStamp": "240101T1500",
|
|
148
|
-
"creationTimeStamp": "240101T1200"
|
|
141
|
+
]
|
|
149
142
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of opFoc test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "opFoc",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/opFoc/good.html",
|
|
9
|
+
"what": "page with standard focusability and operability"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -161,11 +160,5 @@
|
|
|
161
160
|
"opFoc"
|
|
162
161
|
]
|
|
163
162
|
}
|
|
164
|
-
]
|
|
165
|
-
"sources": {
|
|
166
|
-
},
|
|
167
|
-
"standard": "only",
|
|
168
|
-
"observe": false,
|
|
169
|
-
"timeStamp": "240101T1500",
|
|
170
|
-
"creationTimeStamp": "240101T1200"
|
|
163
|
+
]
|
|
171
164
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of adbID test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "adbID",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/adbID/index.html",
|
|
9
|
+
"what": "page with elements having good and bad aria-describedby references"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -129,11 +128,5 @@
|
|
|
129
128
|
"adbID"
|
|
130
129
|
]
|
|
131
130
|
}
|
|
132
|
-
]
|
|
133
|
-
"sources": {
|
|
134
|
-
},
|
|
135
|
-
"standard": "only",
|
|
136
|
-
"observe": false,
|
|
137
|
-
"timeStamp": "240101T1500",
|
|
138
|
-
"creationTimeStamp": "240101T1200"
|
|
131
|
+
]
|
|
139
132
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of altScheme test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "altScheme",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/altScheme/index.html",
|
|
9
|
+
"what": "page with elements having textual and URL text alternatives"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -144,11 +143,5 @@
|
|
|
144
143
|
"altScheme"
|
|
145
144
|
]
|
|
146
145
|
}
|
|
147
|
-
]
|
|
148
|
-
"sources": {
|
|
149
|
-
},
|
|
150
|
-
"standard": "only",
|
|
151
|
-
"observe": false,
|
|
152
|
-
"timeStamp": "240101T1500",
|
|
153
|
-
"creationTimeStamp": "240101T1200"
|
|
146
|
+
]
|
|
154
147
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of captionLoc test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "captionLoc",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/captionLoc/index.html",
|
|
9
|
+
"what": "page with standard and nonstandard caption locations"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -129,11 +128,5 @@
|
|
|
129
128
|
"captionLoc"
|
|
130
129
|
]
|
|
131
130
|
}
|
|
132
|
-
]
|
|
133
|
-
"sources": {
|
|
134
|
-
},
|
|
135
|
-
"standard": "only",
|
|
136
|
-
"observe": false,
|
|
137
|
-
"timeStamp": "240101T1500",
|
|
138
|
-
"creationTimeStamp": "240101T1200"
|
|
131
|
+
]
|
|
139
132
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of datalistRef test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "datalistRef",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/datalistRef/index.html",
|
|
9
|
+
"what": "page with correct and erroneous datalist references"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -119,11 +118,5 @@
|
|
|
119
118
|
"datalistRef"
|
|
120
119
|
]
|
|
121
120
|
}
|
|
122
|
-
]
|
|
123
|
-
"sources": {
|
|
124
|
-
},
|
|
125
|
-
"standard": "only",
|
|
126
|
-
"observe": false,
|
|
127
|
-
"timeStamp": "240101T1500",
|
|
128
|
-
"creationTimeStamp": "240101T1200"
|
|
121
|
+
]
|
|
129
122
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of imageLink test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "imageLink",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/imageLink/index.html",
|
|
9
|
+
"what": "page with links to web pages and to image files"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -134,11 +133,5 @@
|
|
|
134
133
|
"imageLink"
|
|
135
134
|
]
|
|
136
135
|
}
|
|
137
|
-
]
|
|
138
|
-
"sources": {
|
|
139
|
-
},
|
|
140
|
-
"standard": "only",
|
|
141
|
-
"observe": false,
|
|
142
|
-
"timeStamp": "240101T1500",
|
|
143
|
-
"creationTimeStamp": "240101T1200"
|
|
136
|
+
]
|
|
144
137
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of legendLoc test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "legendLoc",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/legendLoc/index.html",
|
|
9
|
+
"what": "page with standard and nonstandard legend locations"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -135,11 +134,5 @@
|
|
|
135
134
|
"legendLoc"
|
|
136
135
|
]
|
|
137
136
|
}
|
|
138
|
-
]
|
|
139
|
-
"sources": {
|
|
140
|
-
},
|
|
141
|
-
"standard": "only",
|
|
142
|
-
"observe": false,
|
|
143
|
-
"timeStamp": "240101T1500",
|
|
144
|
-
"creationTimeStamp": "240101T1200"
|
|
137
|
+
]
|
|
145
138
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of optRoleSel test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "optRoleSel",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/optRoleSel/index.html",
|
|
9
|
+
"what": "page with and without aria-select attributes on option-role elements"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -119,11 +118,5 @@
|
|
|
119
118
|
"optRoleSel"
|
|
120
119
|
]
|
|
121
120
|
}
|
|
122
|
-
]
|
|
123
|
-
"sources": {
|
|
124
|
-
},
|
|
125
|
-
"standard": "only",
|
|
126
|
-
"observe": false,
|
|
127
|
-
"timeStamp": "240101T1500",
|
|
128
|
-
"creationTimeStamp": "240101T1200"
|
|
121
|
+
]
|
|
129
122
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of phOnly test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "phOnly",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/phOnly/index.html",
|
|
9
|
+
"what": "page with inputs with and without labels and placeholders"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -134,11 +133,5 @@
|
|
|
134
133
|
"phOnly"
|
|
135
134
|
]
|
|
136
135
|
}
|
|
137
|
-
]
|
|
138
|
-
"sources": {
|
|
139
|
-
},
|
|
140
|
-
"standard": "only",
|
|
141
|
-
"observe": false,
|
|
142
|
-
"timeStamp": "240101T1500",
|
|
143
|
-
"creationTimeStamp": "240101T1200"
|
|
136
|
+
]
|
|
144
137
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of secHeading test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "secHeading",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/secHeading/index.html",
|
|
9
|
+
"what": "page with sections having logical and illogical heading sequences"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -134,11 +133,5 @@
|
|
|
134
133
|
"secHeading"
|
|
135
134
|
]
|
|
136
135
|
}
|
|
137
|
-
]
|
|
138
|
-
"sources": {
|
|
139
|
-
},
|
|
140
|
-
"standard": "only",
|
|
141
|
-
"observe": false,
|
|
142
|
-
"timeStamp": "240101T1500",
|
|
143
|
-
"creationTimeStamp": "240101T1200"
|
|
136
|
+
]
|
|
144
137
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of textSem test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "textSem",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/textSem/index.html",
|
|
9
|
+
"what": "page with semantically and nonsemantically varied text"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -149,11 +148,5 @@
|
|
|
149
148
|
"textSem"
|
|
150
149
|
]
|
|
151
150
|
}
|
|
152
|
-
]
|
|
153
|
-
"sources": {
|
|
154
|
-
},
|
|
155
|
-
"standard": "only",
|
|
156
|
-
"observe": false,
|
|
157
|
-
"timeStamp": "240101T1500",
|
|
158
|
-
"creationTimeStamp": "240101T1200"
|
|
151
|
+
]
|
|
159
152
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of pseudoP test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "pseudoP",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/pseudoP/index.html",
|
|
9
|
+
"what": "page with a pseudo-paragraph"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -114,11 +113,5 @@
|
|
|
114
113
|
"pseudoP"
|
|
115
114
|
]
|
|
116
115
|
}
|
|
117
|
-
]
|
|
118
|
-
"sources": {
|
|
119
|
-
},
|
|
120
|
-
"standard": "only",
|
|
121
|
-
"observe": false,
|
|
122
|
-
"timeStamp": "240101T1500",
|
|
123
|
-
"creationTimeStamp": "240101T1200"
|
|
116
|
+
]
|
|
124
117
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of radioSet test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "radioSet",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/radioSet/good.html",
|
|
9
|
+
"what": "page with standard radio-button grouping"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -187,11 +186,5 @@
|
|
|
187
186
|
"radioSet"
|
|
188
187
|
]
|
|
189
188
|
}
|
|
190
|
-
]
|
|
191
|
-
"sources": {
|
|
192
|
-
},
|
|
193
|
-
"standard": "only",
|
|
194
|
-
"observe": false,
|
|
195
|
-
"timeStamp": "240101T1500",
|
|
196
|
-
"creationTimeStamp": "240101T1200"
|
|
189
|
+
]
|
|
197
190
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of role test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "role",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/role/good.html",
|
|
9
|
+
"what": "page with standard roles"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -144,11 +143,5 @@
|
|
|
144
143
|
"role"
|
|
145
144
|
]
|
|
146
145
|
}
|
|
147
|
-
]
|
|
148
|
-
"sources": {
|
|
149
|
-
},
|
|
150
|
-
"standard": "only",
|
|
151
|
-
"observe": false,
|
|
152
|
-
"timeStamp": "240101T1500",
|
|
153
|
-
"creationTimeStamp": "240101T1200"
|
|
146
|
+
]
|
|
154
147
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of styleDiff test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "styleDiff",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/styleDiff/good.html",
|
|
9
|
+
"what": "page with consistent styles"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -124,11 +123,5 @@
|
|
|
124
123
|
"styleDiff"
|
|
125
124
|
]
|
|
126
125
|
}
|
|
127
|
-
]
|
|
128
|
-
"sources": {
|
|
129
|
-
},
|
|
130
|
-
"standard": "only",
|
|
131
|
-
"observe": false,
|
|
132
|
-
"timeStamp": "240101T1500",
|
|
133
|
-
"creationTimeStamp": "240101T1200"
|
|
126
|
+
]
|
|
134
127
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of tabNav test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "tabNav",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/tabNav/good.html",
|
|
9
|
+
"what": "page with standard menu navigation"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -174,11 +173,5 @@
|
|
|
174
173
|
"tabNav"
|
|
175
174
|
]
|
|
176
175
|
}
|
|
177
|
-
]
|
|
178
|
-
"sources": {
|
|
179
|
-
},
|
|
180
|
-
"standard": "only",
|
|
181
|
-
"observe": false,
|
|
182
|
-
"timeStamp": "240101T1500",
|
|
183
|
-
"creationTimeStamp": "240101T1200"
|
|
176
|
+
]
|
|
184
177
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of targetSize test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "targetSize",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/targetSize/index.html",
|
|
9
|
+
"what": "page with variously sized interaction targets"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -149,11 +148,5 @@
|
|
|
149
148
|
"targetSize"
|
|
150
149
|
]
|
|
151
150
|
}
|
|
152
|
-
]
|
|
153
|
-
"sources": {
|
|
154
|
-
},
|
|
155
|
-
"standard": "only",
|
|
156
|
-
"observe": false,
|
|
157
|
-
"timeStamp": "240101T1500",
|
|
158
|
-
"creationTimeStamp": "240101T1200"
|
|
151
|
+
]
|
|
159
152
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of elements test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "elements",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/textNodes/index.html",
|
|
9
|
+
"what": "page with a shadow root"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -225,10 +224,5 @@
|
|
|
225
224
|
}
|
|
226
225
|
}
|
|
227
226
|
],
|
|
228
|
-
"
|
|
229
|
-
},
|
|
230
|
-
"standard": "no",
|
|
231
|
-
"observe": false,
|
|
232
|
-
"timeStamp": "240101T1500",
|
|
233
|
-
"creationTimeStamp": "240101T1200"
|
|
227
|
+
"standard": "no"
|
|
234
228
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"what": "validation of title test",
|
|
4
|
-
"strict": true,
|
|
2
|
+
"rule": "title",
|
|
5
3
|
"timeLimit": 20,
|
|
6
4
|
"acts": [
|
|
7
5
|
{
|
|
8
6
|
"type": "launch",
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
"target": {
|
|
8
|
+
"url": "file://validation/tests/targets/title/good.html",
|
|
9
|
+
"what": "page with a title"
|
|
10
|
+
}
|
|
12
11
|
},
|
|
13
12
|
{
|
|
14
13
|
"type": "test",
|
|
@@ -50,10 +49,5 @@
|
|
|
50
49
|
]
|
|
51
50
|
}
|
|
52
51
|
],
|
|
53
|
-
"
|
|
54
|
-
},
|
|
55
|
-
"standard": "no",
|
|
56
|
-
"observe": false,
|
|
57
|
-
"timeStamp": "240101T1500",
|
|
58
|
-
"creationTimeStamp": "240101T1200"
|
|
52
|
+
"standard": "no"
|
|
59
53
|
}
|