diff --git a/index.html b/index.html
index 47bfd8566..21b4f9c5d 100644
--- a/index.html
+++ b/index.html
@@ -40,7 +40,7 @@
Test Patterns for Review
Index |
Review |
26 |
- af45067 Change Command+Up/Down to Option+Up/Down in some commands
+ | 0220017 Merge branch 'tests/combobox-select-only' of https://github.com/w3c/aria-at into tests/combobox-select-only
|
@@ -48,7 +48,7 @@ Test Patterns for Review
Index |
Review |
30 |
- af45067 Change Command+Up/Down to Option+Up/Down in some commands
+ | 0220017 Merge branch 'tests/combobox-select-only' of https://github.com/w3c/aria-at into tests/combobox-select-only
|
@@ -63,7 +63,7 @@ Test Patterns for Review
Index |
Review |
40 |
- af45067 Change Command+Up/Down to Option+Up/Down in some commands
+ | 0220017 Merge branch 'tests/combobox-select-only' of https://github.com/w3c/aria-at into tests/combobox-select-only
|
diff --git a/review/checkbox.html b/review/checkbox.html
index 25e4f80b0..d46ae0b2a 100644
--- a/review/checkbox.html
+++ b/review/checkbox.html
@@ -140,25 +140,22 @@
}, openListbox: function(testPageDocument){
// sets focus on and expands the Combobox
testPageDocument.querySelector('[role="combobox"]').focus();
- window.setTimeout(onSelectReady, () => {
- console.log('Opening listbox');
- window.selectController.updateMenuState(true)
- }, 500);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
}, openListboxToApple: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Apple'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(1);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(1);
}, openListboxToGuava: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Guave'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(11);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(11);
}, openListboxToHuckleberry: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Huckleberry'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(2);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(12);
}, focusonfirstlink: function(testPageDocument){
// Move focus to the link just before the meunbar
testPageDocument.querySelector('a').focus();
@@ -218,7 +215,7 @@ Test 1: Navigate to an unchecked checkbox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -291,7 +288,7 @@ Test 2: Navigate to an unchecked checkbox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -357,7 +354,7 @@ Test 3: Navigate to an unchecked checkbox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -403,7 +400,7 @@ Test 4: Navigate to a checked checkbox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -486,7 +483,7 @@ Test 5: Navigate to a checked checkbox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -562,7 +559,7 @@ Test 6: Navigate to a checked checkbox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -613,7 +610,7 @@ Test 7: Operate a checkbox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -676,7 +673,7 @@ Test 8: Operate a checkbox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -737,7 +734,7 @@ Test 9: Operate a checkbox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -779,7 +776,7 @@ Test 10: Read an unchecked checkbox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -857,7 +854,7 @@ Test 11: Read an unchecked checkbox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -935,7 +932,7 @@ Test 12: Read an unchecked checkbox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -985,7 +982,7 @@ Test 13: Read a checked checkbox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1063,7 +1060,7 @@ Test 14: Read a checked checkbox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1141,7 +1138,7 @@ Test 15: Read a checked checkbox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1191,7 +1188,7 @@ Test 16: Read grouping information of a grouped checkbox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1255,7 +1252,7 @@ Test 17: Read grouping information of a grouped checkbox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1319,7 +1316,7 @@ Test 18: Read grouping information of a grouped checkbox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1363,7 +1360,7 @@ Test 19: Navigate sequentially through a checkbox group in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1432,7 +1429,7 @@ Test 20: Navigate sequentially through a checkbox group
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1478,7 +1475,7 @@ Test 21: Navigate into a checkbox group in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1555,7 +1552,7 @@ Test 22: Navigate into a checkbox group in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1624,7 +1621,7 @@ Test 23: Navigate into a checkbox group
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1674,7 +1671,7 @@ Test 24: Navigate out of a checkbox group in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1743,7 +1740,7 @@ Test 25: Navigate out of a checkbox group in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1812,7 +1809,7 @@ Test 26: Navigate out of a checkbox group
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
diff --git a/review/combobox-autocomplete-both.html b/review/combobox-autocomplete-both.html
index 27dbcb17f..ed6f5526e 100644
--- a/review/combobox-autocomplete-both.html
+++ b/review/combobox-autocomplete-both.html
@@ -140,25 +140,22 @@
}, openListbox: function(testPageDocument){
// sets focus on and expands the Combobox
testPageDocument.querySelector('[role="combobox"]').focus();
- window.setTimeout(onSelectReady, () => {
- console.log('Opening listbox');
- window.selectController.updateMenuState(true)
- }, 500);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
}, openListboxToApple: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Apple'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(1);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(1);
}, openListboxToGuava: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Guave'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(11);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(11);
}, openListboxToHuckleberry: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Huckleberry'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(2);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(12);
}, focusonfirstlink: function(testPageDocument){
// Move focus to the link just before the meunbar
testPageDocument.querySelector('a').focus();
@@ -218,7 +215,7 @@ Test 1: Navigate to empty, editable combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -288,7 +285,7 @@ Test 2: Navigate sequentially to empty, editable combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -354,7 +351,7 @@ Test 3: Navigate to empty, editable combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -420,7 +417,7 @@ Test 4: Read empty, editable combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -486,7 +483,7 @@ Test 5: Read empty, editable combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -552,7 +549,7 @@ Test 6: Navigate to filled, editable, collapsed combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -634,7 +631,7 @@ Test 7: Navigate to filled, editable, collapsed combobox in interaction mod
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -712,7 +709,7 @@ Test 8: Read filled, editable, collapsed combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -790,7 +787,7 @@ Test 9: Read filled, editable, collapsed combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -868,7 +865,7 @@ Test 10: Navigate to filled, editable, expanded combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -950,7 +947,7 @@ Test 11: Navigate sequentially to filled, editable, expanded combobox in rea
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1018,7 +1015,7 @@ Test 12: Navigate to filled, editable, expanded combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1096,7 +1093,7 @@ Test 13: Read filled, editable, expanded combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1174,7 +1171,7 @@ Test 14: Read filled, editable, expanded combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1252,7 +1249,7 @@ Test 15: Navigate to editable combobox with commands that switch mode from r
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1312,7 +1309,7 @@ Test 16: Activate editable combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1382,7 +1379,7 @@ Test 17: Open combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1456,7 +1453,7 @@ Test 18: Close combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1526,7 +1523,7 @@ Test 19: Open combobox with 'States' button in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1594,7 +1591,7 @@ Test 20: Open combobox with 'States' button
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1637,7 +1634,7 @@ Test 21: Close combobox with 'States' button in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1709,7 +1706,7 @@ Test 22: Close combobox with 'States' button in reading mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1779,7 +1776,7 @@ Test 23: Navigate into popup from empty combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1857,7 +1854,7 @@ Test 24: Type portion of valid value in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1933,7 +1930,7 @@ Test 25: Navigate options in popup in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -2009,7 +2006,7 @@ Test 26: Read popup item in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -2084,7 +2081,7 @@ Test 27: Read popup item in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -2159,7 +2156,7 @@ Test 28: Activate option in popup in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -2237,7 +2234,7 @@ Test 29: Cancel option selection in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -2315,7 +2312,7 @@ Test 30: Initiate caret movement from listbox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
diff --git a/review/combobox-select-only.html b/review/combobox-select-only.html
index 829d884e4..9b143d779 100644
--- a/review/combobox-select-only.html
+++ b/review/combobox-select-only.html
@@ -140,25 +140,22 @@
}, openListbox: function(testPageDocument){
// sets focus on and expands the Combobox
testPageDocument.querySelector('[role="combobox"]').focus();
- window.setTimeout(onSelectReady, () => {
- console.log('Opening listbox');
- window.selectController.updateMenuState(true)
- }, 500);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
}, openListboxToApple: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Apple'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(1);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(1);
}, openListboxToGuava: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Guave'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(11);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(11);
}, openListboxToHuckleberry: function(testPageDocument){
// sets focus on and expands the Combobox, and sets the focused option to 'Huckleberry'
testPageDocument.querySelector('[role="combobox"]').focus();
- window.selectController.updateMenuState(true);
- window.selectController.onOptionChange(2);
+ testPageDocument.defaultView.selectController.updateMenuState(true);
+ testPageDocument.defaultView.selectController.onOptionChange(12);
}, focusonfirstlink: function(testPageDocument){
// Move focus to the link just before the meunbar
testPageDocument.querySelector('a').focus();
@@ -218,7 +215,7 @@ Test 1: Navigate forwards to a collapsed select-only combobox in reading mod
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -303,7 +300,7 @@ Test 2: Navigate backwards to a collapsed select-only combobox in reading mo
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -382,7 +379,7 @@ Test 3: Navigate forwards to a collapsed select-only combobox in interaction
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -461,7 +458,7 @@ Test 4: Navigate backwards to a collapsed select-only combobox in interactio
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -540,7 +537,7 @@ Test 5: Navigate forwards to a collapsed select-only combobox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -592,7 +589,7 @@ Test 6: Navigate backwards to a collapsed select-only combobox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -644,7 +641,7 @@ Test 7: Read information about a collapsed select-only combobox in reading m
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -723,7 +720,7 @@ Test 8: Read information about a collapsed select-only combobox in interacti
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -802,7 +799,7 @@ Test 9: Read information about a collapsed select-only combobox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -854,7 +851,7 @@ Test 10: Open a collapsed select-only combobox in reading mode
- Mode: reading
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -941,7 +938,7 @@ Test 11: Open a collapsed select-only combobox in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1036,7 +1033,7 @@ Test 12: Open a collapsed select-only combobox
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1097,7 +1094,7 @@ Test 13: Open a collapsed select-only combobox to the first option in intera
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1184,7 +1181,7 @@ Test 14: Open a collapsed select-only combobox to the first option
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1240,7 +1237,7 @@ Test 15: Open a collapsed select-only combobox to a specific option in inter
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1327,7 +1324,7 @@ Test 16: Open a collapsed select-only combobox to a specific option
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1383,7 +1380,7 @@ Test 17: Open a collapsed select-only combobox to the last option in interac
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1470,7 +1467,7 @@ Test 18: Open a collapsed select-only combobox to the last option
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1526,7 +1523,7 @@ Test 19: Read information about a listbox popup in interaction mode
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1610,7 +1607,7 @@ Test 20: Read information about a listbox popup
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1665,7 +1662,7 @@ Test 21: Navigate forwards to an option in a listbox popup in interaction mo
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1743,7 +1740,7 @@ Test 22: Navigate backwards to an option in a listbox popup in interaction m
- Mode: interaction
- Applies to: jaws, nvda
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- jaws
@@ -1821,7 +1818,7 @@ Test 23: Navigate forwards to an option in a listbox popup
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests:
- voiceover_macos
@@ -1873,7 +1870,7 @@ Test 24: Navigate backwards to an option in a listbox popup
- Mode: interaction
- Applies to: voiceover_macos
- - Lasted edited: Sun Nov 22 13:31:24 2020 -0600
+ - Lasted edited: Sun Nov 22 14:48:29 2020 -0600
- Tests: