testaro 13.0.2 → 14.1.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.
Files changed (100) hide show
  1. package/README.md +190 -94
  2. package/actSpecs.js +17 -158
  3. package/package.json +1 -1
  4. package/run.js +31 -31
  5. package/standardize.js +338 -0
  6. package/{tests → testaro}/allHidden.js +36 -1
  7. package/{tests → testaro}/attVal.js +36 -2
  8. package/{tests → testaro}/autocomplete.js +34 -1
  9. package/{tests → testaro}/bulk.js +15 -1
  10. package/{tests → testaro}/docType.js +15 -1
  11. package/{tests → testaro}/dupAtt.js +34 -1
  12. package/{tests → testaro}/elements.js +9 -3
  13. package/testaro/embAc.js +78 -0
  14. package/{tests → testaro}/filter.js +35 -1
  15. package/{tests → testaro}/focAll.js +20 -3
  16. package/{tests → testaro}/focInd.js +45 -3
  17. package/{tests → testaro}/focOp.js +61 -2
  18. package/{tests → testaro}/focVis.js +35 -1
  19. package/{tests → testaro}/hover.js +67 -5
  20. package/{tests → testaro}/labClash.js +54 -4
  21. package/{tests → testaro}/linkTo.js +33 -1
  22. package/{tests → testaro}/linkUl.js +43 -5
  23. package/{tests → testaro}/menuNav.js +42 -1
  24. package/{tests → testaro}/miniText.js +32 -1
  25. package/{tests → testaro}/motion.js +27 -4
  26. package/{tests → testaro}/nonTable.js +32 -1
  27. package/{tests → testaro}/radioSet.js +33 -2
  28. package/{tests → testaro}/role.js +38 -1
  29. package/{tests → testaro}/styleDiff.js +43 -2
  30. package/{tests → testaro}/tabNav.js +42 -1
  31. package/{tests → testaro}/textNodes.js +6 -2
  32. package/{tests → testaro}/title.js +8 -4
  33. package/{tests → testaro}/titledEl.js +32 -1
  34. package/{tests → testaro}/zIndex.js +40 -2
  35. package/tests/alfa.js +72 -75
  36. package/tests/continuum.js +6 -2
  37. package/tests/ibm.js +14 -42
  38. package/tests/testaro.js +73 -0
  39. package/validation/tests/jobs/allHidden.json +877 -174
  40. package/validation/tests/jobs/attVal.json +57 -19
  41. package/validation/tests/jobs/autocomplete.json +34 -8
  42. package/validation/tests/jobs/bulk.json +33 -7
  43. package/validation/tests/jobs/docType.json +23 -5
  44. package/validation/tests/jobs/dupAtt.json +47 -8
  45. package/validation/tests/jobs/elements.json +231 -70
  46. package/validation/tests/jobs/embAc.json +70 -15
  47. package/validation/tests/jobs/filter.json +56 -12
  48. package/validation/tests/jobs/focAll.json +64 -16
  49. package/validation/tests/jobs/focInd.json +107 -23
  50. package/validation/tests/jobs/focOp.json +93 -21
  51. package/validation/tests/jobs/focVis.json +16 -4
  52. package/validation/tests/jobs/hover.json +246 -56
  53. package/validation/tests/jobs/labClash.json +43 -11
  54. package/validation/tests/jobs/linkTo.json +16 -4
  55. package/validation/tests/jobs/linkUl.json +79 -19
  56. package/validation/tests/jobs/menuNav.json +313 -65
  57. package/validation/tests/jobs/miniText.json +21 -5
  58. package/validation/tests/jobs/motion.json +81 -23
  59. package/validation/tests/jobs/nonTable.json +26 -6
  60. package/validation/tests/jobs/radioSet.json +43 -11
  61. package/validation/tests/jobs/role.json +93 -19
  62. package/validation/tests/jobs/styleDiff.json +124 -28
  63. package/validation/tests/jobs/tabNav.json +313 -65
  64. package/validation/tests/jobs/textNodes.json +190 -49
  65. package/validation/tests/jobs/title.json +23 -5
  66. package/validation/tests/jobs/titledEl.json +26 -6
  67. package/validation/tests/jobs/zIndex.json +28 -8
  68. package/validation/tests/old/allHidden.json +314 -0
  69. package/validation/tests/old/attVal.json +60 -0
  70. package/validation/tests/old/autocomplete.json +51 -0
  71. package/validation/tests/old/bulk.json +48 -0
  72. package/validation/tests/old/docType.json +46 -0
  73. package/validation/tests/old/dupAtt.json +51 -0
  74. package/validation/tests/old/elements.json +140 -0
  75. package/validation/tests/old/embAc.json +54 -0
  76. package/validation/tests/old/filter.json +55 -0
  77. package/validation/tests/old/focAll.json +68 -0
  78. package/validation/tests/old/focInd.json +69 -0
  79. package/validation/tests/old/focOp.json +62 -0
  80. package/validation/tests/old/focVis.json +35 -0
  81. package/validation/tests/old/hover.json +118 -0
  82. package/validation/tests/old/labClash.json +52 -0
  83. package/validation/tests/old/linkTo.json +35 -0
  84. package/validation/tests/old/linkUl.json +71 -0
  85. package/validation/tests/old/menuNav.json +106 -0
  86. package/validation/tests/old/miniText.json +36 -0
  87. package/validation/tests/old/motion.json +62 -0
  88. package/validation/tests/old/nonTable.json +37 -0
  89. package/validation/tests/old/radioSet.json +52 -0
  90. package/validation/tests/old/role.json +60 -0
  91. package/validation/tests/old/styleDiff.json +71 -0
  92. package/validation/tests/old/tabNav.json +106 -0
  93. package/validation/tests/old/temp.js +28 -0
  94. package/validation/tests/old/textNodes.json +98 -0
  95. package/validation/tests/old/title.json +46 -0
  96. package/validation/tests/old/titledEl.json +37 -0
  97. package/validation/tests/old/zIndex.json +49 -0
  98. package/validation/tests/targets/attVal/good.html +1 -1
  99. package/validation/tests/targets/elements/index.html +1 -0
  100. package/tests/embAc.js +0 -36
@@ -16,19 +16,51 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "focInd",
19
+ "which": "testaro",
20
20
  "revealAll": false,
21
21
  "allowedDelay": 0,
22
- "withItems": false,
22
+ "withItems": true,
23
23
  "what": "focus indication",
24
24
  "expect": [
25
- ["totals.total", "=", 4],
26
- ["totals.types.indicatorMissing.total", "=", 0],
27
- ["totals.types.nonOutlinePresent.total", "=", 0],
28
- ["totals.types.outlinePresent.total", "=", 4],
29
- ["totals.types.outlinePresent.tagNames.A", "=", 1],
30
- ["totals.types.outlinePresent.tagNames.BUTTON", "=", 1],
31
- ["totals.types.outlinePresent.tagNames.INPUT", "=", 2]
25
+ [
26
+ "result.rules.focInd.data.totals.total",
27
+ "=",
28
+ 4
29
+ ],
30
+ [
31
+ "result.rules.focInd.data.totals.types.indicatorMissing.total",
32
+ "=",
33
+ 0
34
+ ],
35
+ [
36
+ "result.rules.focInd.data.totals.types.nonOutlinePresent.total",
37
+ "=",
38
+ 0
39
+ ],
40
+ [
41
+ "result.rules.focInd.data.totals.types.outlinePresent.total",
42
+ "=",
43
+ 4
44
+ ],
45
+ [
46
+ "result.rules.focInd.data.totals.types.outlinePresent.tagNames.A",
47
+ "=",
48
+ 1
49
+ ],
50
+ [
51
+ "result.rules.focInd.data.totals.types.outlinePresent.tagNames.BUTTON",
52
+ "=",
53
+ 1
54
+ ],
55
+ [
56
+ "result.rules.focInd.data.totals.types.outlinePresent.tagNames.INPUT",
57
+ "=",
58
+ 2
59
+ ]
60
+ ],
61
+ "rules": [
62
+ "y",
63
+ "focInd"
32
64
  ]
33
65
  },
34
66
  {
@@ -38,24 +70,76 @@
38
70
  },
39
71
  {
40
72
  "type": "test",
41
- "which": "focInd",
73
+ "which": "testaro",
42
74
  "revealAll": false,
43
75
  "allowedDelay": 150,
44
76
  "withItems": true,
45
77
  "what": "focus indication",
46
78
  "expect": [
47
- ["totals.total", "=", 9],
48
- ["totals.types.indicatorMissing.total", "=", 3],
49
- ["totals.types.indicatorMissing.tagNames.A", "=", 1],
50
- ["totals.types.indicatorMissing.tagNames.INPUT", "=", 2],
51
- ["totals.types.nonOutlinePresent.total", "=", 3],
52
- ["totals.types.nonOutlinePresent.tagNames.A", "=", 1],
53
- ["totals.types.nonOutlinePresent.tagNames.BUTTON", "=", 1],
54
- ["totals.types.nonOutlinePresent.tagNames.INPUT", "=", 1],
55
- ["totals.types.outlinePresent.total", "=", 3],
56
- ["totals.types.outlinePresent.tagNames.A", "=", 1],
57
- ["totals.types.outlinePresent.tagNames.BUTTON", "=", 1],
58
- ["totals.types.outlinePresent.tagNames.INPUT", "=", 1]
79
+ [
80
+ "result.rules.focInd.data.totals.total",
81
+ "=",
82
+ 9
83
+ ],
84
+ [
85
+ "result.rules.focInd.data.totals.types.indicatorMissing.total",
86
+ "=",
87
+ 3
88
+ ],
89
+ [
90
+ "result.rules.focInd.data.totals.types.indicatorMissing.tagNames.A",
91
+ "=",
92
+ 1
93
+ ],
94
+ [
95
+ "result.rules.focInd.data.totals.types.indicatorMissing.tagNames.INPUT",
96
+ "=",
97
+ 2
98
+ ],
99
+ [
100
+ "result.rules.focInd.data.totals.types.nonOutlinePresent.total",
101
+ "=",
102
+ 3
103
+ ],
104
+ [
105
+ "result.rules.focInd.data.totals.types.nonOutlinePresent.tagNames.A",
106
+ "=",
107
+ 1
108
+ ],
109
+ [
110
+ "result.rules.focInd.data.totals.types.nonOutlinePresent.tagNames.BUTTON",
111
+ "=",
112
+ 1
113
+ ],
114
+ [
115
+ "result.rules.focInd.data.totals.types.nonOutlinePresent.tagNames.INPUT",
116
+ "=",
117
+ 1
118
+ ],
119
+ [
120
+ "result.rules.focInd.data.totals.types.outlinePresent.total",
121
+ "=",
122
+ 3
123
+ ],
124
+ [
125
+ "result.rules.focInd.data.totals.types.outlinePresent.tagNames.A",
126
+ "=",
127
+ 1
128
+ ],
129
+ [
130
+ "result.rules.focInd.data.totals.types.outlinePresent.tagNames.BUTTON",
131
+ "=",
132
+ 1
133
+ ],
134
+ [
135
+ "result.rules.focInd.data.totals.types.outlinePresent.tagNames.INPUT",
136
+ "=",
137
+ 1
138
+ ]
139
+ ],
140
+ "rules": [
141
+ "y",
142
+ "focInd"
59
143
  ]
60
144
  }
61
145
  ],
@@ -64,6 +148,6 @@
64
148
  "host": {},
65
149
  "requester": ""
66
150
  },
67
- "creationTime": "2002-11-12T09:31:00",
151
+ "creationTime": "2013-05-28T12:00:00",
68
152
  "timeStamp": "00000"
69
153
  }
@@ -16,17 +16,49 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "focOp",
19
+ "which": "testaro",
20
20
  "what": "focusability and operability",
21
- "withItems": false,
21
+ "withItems": true,
22
22
  "expect": [
23
- ["totals.total", "=", 3],
24
- ["totals.types.onlyFocusable.total", "=", 0],
25
- ["totals.types.onlyOperable.total", "=", 0],
26
- ["totals.types.focusableAndOperable.total", "=", 3],
27
- ["totals.types.focusableAndOperable.tagNames.A", "=", 1],
28
- ["totals.types.focusableAndOperable.tagNames.BUTTON", "=", 1],
29
- ["totals.types.focusableAndOperable.tagNames.INPUT", "=", 1]
23
+ [
24
+ "result.rules.focOp.data.totals.total",
25
+ "=",
26
+ 3
27
+ ],
28
+ [
29
+ "result.rules.focOp.data.totals.types.onlyFocusable.total",
30
+ "=",
31
+ 0
32
+ ],
33
+ [
34
+ "result.rules.focOp.data.totals.types.onlyOperable.total",
35
+ "=",
36
+ 0
37
+ ],
38
+ [
39
+ "result.rules.focOp.data.totals.types.focusableAndOperable.total",
40
+ "=",
41
+ 3
42
+ ],
43
+ [
44
+ "result.rules.focOp.data.totals.types.focusableAndOperable.tagNames.A",
45
+ "=",
46
+ 1
47
+ ],
48
+ [
49
+ "result.rules.focOp.data.totals.types.focusableAndOperable.tagNames.BUTTON",
50
+ "=",
51
+ 1
52
+ ],
53
+ [
54
+ "result.rules.focOp.data.totals.types.focusableAndOperable.tagNames.INPUT",
55
+ "=",
56
+ 1
57
+ ]
58
+ ],
59
+ "rules": [
60
+ "y",
61
+ "focOp"
30
62
  ]
31
63
  },
32
64
  {
@@ -36,19 +68,59 @@
36
68
  },
37
69
  {
38
70
  "type": "test",
39
- "which": "focOp",
71
+ "which": "testaro",
40
72
  "what": "focusability and operability",
41
- "withItems": false,
73
+ "withItems": true,
42
74
  "expect": [
43
- ["totals.total", "=", 6],
44
- ["totals.types.onlyFocusable.total", "=", 1],
45
- ["totals.types.onlyFocusable.tagNames.SPAN", "=", 1],
46
- ["totals.types.onlyOperable.total", "=", 3],
47
- ["totals.types.onlyOperable.tagNames.BUTTON", "=", 1],
48
- ["totals.types.onlyOperable.tagNames.SPAN", "=", 2],
49
- ["totals.types.focusableAndOperable.total", "=", 2],
50
- ["totals.types.focusableAndOperable.tagNames.A", "=", 1],
51
- ["totals.types.focusableAndOperable.tagNames.INPUT", "=", 1]
75
+ [
76
+ "result.rules.focOp.data.totals.total",
77
+ "=",
78
+ 6
79
+ ],
80
+ [
81
+ "result.rules.focOp.data.totals.types.onlyFocusable.total",
82
+ "=",
83
+ 1
84
+ ],
85
+ [
86
+ "result.rules.focOp.data.totals.types.onlyFocusable.tagNames.SPAN",
87
+ "=",
88
+ 1
89
+ ],
90
+ [
91
+ "result.rules.focOp.data.totals.types.onlyOperable.total",
92
+ "=",
93
+ 3
94
+ ],
95
+ [
96
+ "result.rules.focOp.data.totals.types.onlyOperable.tagNames.BUTTON",
97
+ "=",
98
+ 1
99
+ ],
100
+ [
101
+ "result.rules.focOp.data.totals.types.onlyOperable.tagNames.SPAN",
102
+ "=",
103
+ 2
104
+ ],
105
+ [
106
+ "result.rules.focOp.data.totals.types.focusableAndOperable.total",
107
+ "=",
108
+ 2
109
+ ],
110
+ [
111
+ "result.rules.focOp.data.totals.types.focusableAndOperable.tagNames.A",
112
+ "=",
113
+ 1
114
+ ],
115
+ [
116
+ "result.rules.focOp.data.totals.types.focusableAndOperable.tagNames.INPUT",
117
+ "=",
118
+ 1
119
+ ]
120
+ ],
121
+ "rules": [
122
+ "y",
123
+ "focOp"
52
124
  ]
53
125
  }
54
126
  ],
@@ -57,6 +129,6 @@
57
129
  "host": {},
58
130
  "requester": ""
59
131
  },
60
- "creationTime": "2002-11-12T09:31:00",
132
+ "creationTime": "2013-05-28T12:00:00",
61
133
  "timeStamp": "00000"
62
134
  }
@@ -16,12 +16,24 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "focVis",
19
+ "which": "testaro",
20
20
  "what": "off-display focused links",
21
21
  "withItems": true,
22
22
  "expect": [
23
- ["total", "=", 1],
24
- ["items.0", "=", "Basque information"]
23
+ [
24
+ "result.rules.focVis.data.total",
25
+ "=",
26
+ 1
27
+ ],
28
+ [
29
+ "result.rules.focVis.data.items.0",
30
+ "=",
31
+ "Basque information"
32
+ ]
33
+ ],
34
+ "rules": [
35
+ "y",
36
+ "focVis"
25
37
  ]
26
38
  }
27
39
  ],
@@ -30,6 +42,6 @@
30
42
  "host": {},
31
43
  "requester": ""
32
44
  },
33
- "creationTime": "2002-11-12T09:31:00",
45
+ "creationTime": "2013-05-28T12:00:00",
34
46
  "timeStamp": "00000"
35
47
  }
@@ -16,20 +16,56 @@
16
16
  },
17
17
  {
18
18
  "type": "test",
19
- "which": "hover",
19
+ "which": "testaro",
20
20
  "what": "hover",
21
- "sampleSize": 5,
22
21
  "withItems": true,
23
22
  "expect": [
24
- ["totals.triggers", "=", 4],
25
- ["totals.impactTriggers", "=", 0],
26
- ["totals.additions", "=", 0],
27
- ["totals.removals", "=", 0],
28
- ["totals.opacityChanges", "=", 0],
29
- ["totals.opacityImpact", "=", 0],
30
- ["totals.unhoverables", "=", 0],
31
- ["items.impactTriggers.0"]
32
- ]
23
+ [
24
+ "result.rules.hover.data.totals.triggers",
25
+ "=",
26
+ 4
27
+ ],
28
+ [
29
+ "result.rules.hover.data.totals.impactTriggers",
30
+ "=",
31
+ 0
32
+ ],
33
+ [
34
+ "result.rules.hover.data.totals.additions",
35
+ "=",
36
+ 0
37
+ ],
38
+ [
39
+ "result.rules.hover.data.totals.removals",
40
+ "=",
41
+ 0
42
+ ],
43
+ [
44
+ "result.rules.hover.data.totals.opacityChanges",
45
+ "=",
46
+ 0
47
+ ],
48
+ [
49
+ "result.rules.hover.data.totals.opacityImpact",
50
+ "=",
51
+ 0
52
+ ],
53
+ [
54
+ "result.rules.hover.data.totals.unhoverables",
55
+ "=",
56
+ 0
57
+ ],
58
+ [
59
+ "result.rules.hover.data.items.impactTriggers.0"
60
+ ]
61
+ ],
62
+ "rules": [
63
+ "y",
64
+ "hover"
65
+ ],
66
+ "args": {
67
+ "hover": [5]
68
+ }
33
69
  },
34
70
  {
35
71
  "type": "url",
@@ -38,31 +74,113 @@
38
74
  },
39
75
  {
40
76
  "type": "test",
41
- "which": "hover",
77
+ "which": "testaro",
42
78
  "what": "hover",
43
- "sampleSize": 8,
44
79
  "withItems": true,
45
80
  "expect": [
46
- ["totals.triggers", "=", 6],
47
- ["totals.impactTriggers", "=", 3],
48
- ["totals.additions", "=", 3],
49
- ["totals.removals", "=", 1],
50
- ["totals.opacityChanges", "=", 1],
51
- ["totals.opacityImpact", "=", 1],
52
- ["totals.unhoverables", "=", 1],
53
- ["items.impactTriggers.0.tagName", "=", "A"],
54
- ["items.impactTriggers.1.tagName", "=", "BUTTON"],
55
- ["items.impactTriggers.2.tagName", "=", "LI"],
56
- ["items.impactTriggers.0.text", "=", "information"],
57
- ["items.impactTriggers.0.additions", "=", 0],
58
- ["items.impactTriggers.1.additions", "=", 3],
59
- ["items.impactTriggers.2.removals", "=", 1],
60
- ["items.impactTriggers.0.opacityChanges", "=", 1],
61
- ["items.impactTriggers.1.opacityImpact", "=", 0],
62
- ["items.unhoverables.0.tagName", "=", "BUTTON"],
63
- ["items.unhoverables.0.id", "=", "smallButton"],
64
- ["items.unhoverables.0.text", "=", "button"]
65
- ]
81
+ [
82
+ "result.rules.hover.data.totals.triggers",
83
+ "=",
84
+ 6
85
+ ],
86
+ [
87
+ "result.rules.hover.data.totals.impactTriggers",
88
+ "=",
89
+ 3
90
+ ],
91
+ [
92
+ "result.rules.hover.data.totals.additions",
93
+ "=",
94
+ 3
95
+ ],
96
+ [
97
+ "result.rules.hover.data.totals.removals",
98
+ "=",
99
+ 1
100
+ ],
101
+ [
102
+ "result.rules.hover.data.totals.opacityChanges",
103
+ "=",
104
+ 1
105
+ ],
106
+ [
107
+ "result.rules.hover.data.totals.opacityImpact",
108
+ "=",
109
+ 1
110
+ ],
111
+ [
112
+ "result.rules.hover.data.totals.unhoverables",
113
+ "=",
114
+ 1
115
+ ],
116
+ [
117
+ "result.rules.hover.data.items.impactTriggers.0.tagName",
118
+ "=",
119
+ "A"
120
+ ],
121
+ [
122
+ "result.rules.hover.data.items.impactTriggers.1.tagName",
123
+ "=",
124
+ "BUTTON"
125
+ ],
126
+ [
127
+ "result.rules.hover.data.items.impactTriggers.2.tagName",
128
+ "=",
129
+ "LI"
130
+ ],
131
+ [
132
+ "result.rules.hover.data.items.impactTriggers.0.text",
133
+ "=",
134
+ "information"
135
+ ],
136
+ [
137
+ "result.rules.hover.data.items.impactTriggers.0.additions",
138
+ "=",
139
+ 0
140
+ ],
141
+ [
142
+ "result.rules.hover.data.items.impactTriggers.1.additions",
143
+ "=",
144
+ 3
145
+ ],
146
+ [
147
+ "result.rules.hover.data.items.impactTriggers.2.removals",
148
+ "=",
149
+ 1
150
+ ],
151
+ [
152
+ "result.rules.hover.data.items.impactTriggers.0.opacityChanges",
153
+ "=",
154
+ 1
155
+ ],
156
+ [
157
+ "result.rules.hover.data.items.impactTriggers.1.opacityImpact",
158
+ "=",
159
+ 0
160
+ ],
161
+ [
162
+ "result.rules.hover.data.items.unhoverables.0.tagName",
163
+ "=",
164
+ "BUTTON"
165
+ ],
166
+ [
167
+ "result.rules.hover.data.items.unhoverables.0.id",
168
+ "=",
169
+ "smallButton"
170
+ ],
171
+ [
172
+ "result.rules.hover.data.items.unhoverables.0.text",
173
+ "=",
174
+ "button"
175
+ ]
176
+ ],
177
+ "rules": [
178
+ "y",
179
+ "hover"
180
+ ],
181
+ "args": {
182
+ "hover": [8]
183
+ }
66
184
  },
67
185
  {
68
186
  "type": "url",
@@ -71,21 +189,63 @@
71
189
  },
72
190
  {
73
191
  "type": "test",
74
- "which": "hover",
192
+ "which": "testaro",
75
193
  "what": "hover",
76
- "sampleSize": 10,
77
- "withItems": false,
194
+ "withItems": true,
78
195
  "expect": [
79
- ["totals.triggers", "=", 20],
80
- ["totals.impactTriggers", ">", -1],
81
- ["totals.impactTriggers", "<", 6],
82
- ["totals.additions", ">", -1],
83
- ["totals.additions", "<", 6],
84
- ["totals.removals", "=", 0],
85
- ["totals.opacityChanges", "=", 0],
86
- ["totals.opacityImpact", "=", 0],
87
- ["totals.unhoverables", "=", 0]
88
- ]
196
+ [
197
+ "result.rules.hover.data.totals.triggers",
198
+ "=",
199
+ 20
200
+ ],
201
+ [
202
+ "result.rules.hover.data.totals.impactTriggers",
203
+ ">",
204
+ -1
205
+ ],
206
+ [
207
+ "result.rules.hover.data.totals.impactTriggers",
208
+ "<",
209
+ 6
210
+ ],
211
+ [
212
+ "result.rules.hover.data.totals.additions",
213
+ ">",
214
+ -1
215
+ ],
216
+ [
217
+ "result.rules.hover.data.totals.additions",
218
+ "<",
219
+ 6
220
+ ],
221
+ [
222
+ "result.rules.hover.data.totals.removals",
223
+ "=",
224
+ 0
225
+ ],
226
+ [
227
+ "result.rules.hover.data.totals.opacityChanges",
228
+ "=",
229
+ 0
230
+ ],
231
+ [
232
+ "result.rules.hover.data.totals.opacityImpact",
233
+ "=",
234
+ 0
235
+ ],
236
+ [
237
+ "result.rules.hover.data.totals.unhoverables",
238
+ "=",
239
+ 0
240
+ ]
241
+ ],
242
+ "rules": [
243
+ "y",
244
+ "hover"
245
+ ],
246
+ "args": {
247
+ "hover": [10]
248
+ }
89
249
  },
90
250
  {
91
251
  "type": "url",
@@ -94,18 +254,48 @@
94
254
  },
95
255
  {
96
256
  "type": "test",
97
- "which": "hover",
257
+ "which": "testaro",
98
258
  "what": "hover",
99
- "sampleSize": 5,
100
259
  "withItems": true,
101
260
  "expect": [
102
- ["totals.noIndicators", "=", 1],
103
- ["totals.noCursors", "=", 1],
104
- ["totals.badIndicators", "=", 1],
105
- ["items.noIndicators.0.text", "=", "button"],
106
- ["items.noCursors.0.tagName", "=", "LI"],
107
- ["items.badIndicators.0.id", "=", "li2"]
108
- ]
261
+ [
262
+ "result.rules.hover.data.totals.noIndicators",
263
+ "=",
264
+ 1
265
+ ],
266
+ [
267
+ "result.rules.hover.data.totals.noCursors",
268
+ "=",
269
+ 1
270
+ ],
271
+ [
272
+ "result.rules.hover.data.totals.badIndicators",
273
+ "=",
274
+ 1
275
+ ],
276
+ [
277
+ "result.rules.hover.data.items.noIndicators.0.text",
278
+ "=",
279
+ "button"
280
+ ],
281
+ [
282
+ "result.rules.hover.data.items.noCursors.0.tagName",
283
+ "=",
284
+ "LI"
285
+ ],
286
+ [
287
+ "result.rules.hover.data.items.badIndicators.0.id",
288
+ "=",
289
+ "li2"
290
+ ]
291
+ ],
292
+ "rules": [
293
+ "y",
294
+ "hover"
295
+ ],
296
+ "args": {
297
+ "hover": [5]
298
+ }
109
299
  }
110
300
  ],
111
301
  "sources": {
@@ -113,6 +303,6 @@
113
303
  "host": {},
114
304
  "requester": ""
115
305
  },
116
- "creationTime": "2002-11-12T09:31:00",
306
+ "creationTime": "2013-05-28T12:00:00",
117
307
  "timeStamp": "00000"
118
308
  }