OLD | NEW |
1 CONSOLE MESSAGE: Blink Test Plugin: initializing | 1 CONSOLE MESSAGE: Blink Test Plugin: initializing |
2 CONSOLE MESSAGE: Blink Test Plugin: initializing | 2 CONSOLE MESSAGE: Blink Test Plugin: initializing |
3 CONSOLE MESSAGE: Blink Test Plugin: initializing | 3 CONSOLE MESSAGE: Blink Test Plugin: initializing |
4 CONSOLE MESSAGE: Blink Test Plugin: initializing | 4 CONSOLE MESSAGE: Blink Test Plugin: initializing |
5 Test for the tabIndex of embedded plugins. Plugins may be focusable so their tab
Index should be 0 by default. | 5 Test for the tabIndex of embedded plugins. Plugins may be focusable so their tab
Index should be 0 by default. |
6 | 6 |
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
8 | 8 |
9 | 9 |
10 PASS "embedElem"; pluginElement.tabIndex is 0 | 10 PASS "embedElem"; pluginElement.tabIndex is 0 |
11 PASS "objectElem"; pluginElement.tabIndex is 1 | 11 PASS "objectElem"; pluginElement.tabIndex is 1 |
12 PASS "embedElemWithFallbackContents"; pluginElement.tabIndex is -1 | 12 PASS "embedElemWithFallbackContents"; pluginElement.tabIndex is -1 |
13 PASS "objectElemWithFallbackContents"; pluginElement.tabIndex is 0 | 13 PASS "objectElemWithFallbackContents"; pluginElement.tabIndex is 0 |
14 PASS "noPluginEmbedElem"; pluginElement.tabIndex is 1 | 14 PASS "noPluginEmbedElem"; pluginElement.tabIndex is 1 |
15 PASS "noPluginObjectElem"; pluginElement.tabIndex is 0 | 15 PASS "noPluginObjectElem"; pluginElement.tabIndex is 0 |
16 PASS "noPluginEmbedElemWithFallbackContents"; pluginElement.tabIndex is 0 | 16 PASS "noPluginEmbedElemWithFallbackContents"; pluginElement.tabIndex is 0 |
17 PASS "noPluginObjectElemWithFallbackContents"; pluginElement.tabIndex is 0 | 17 PASS "noPluginObjectElemWithFallbackContents"; pluginElement.tabIndex is 0 |
18 PASS "noPluginEmbedElemWithDisplayNone"; pluginElement.tabIndex is -1 | 18 PASS "noPluginEmbedElemWithDisplayNone"; pluginElement.tabIndex is -1 |
19 PASS "noPluginObjectElemWithDisplayNone"; pluginElement.tabIndex is 0 | 19 PASS "noPluginObjectElemWithDisplayNone"; pluginElement.tabIndex is 0 |
20 PASS "noPluginEmbedElemWithContenteditable"; pluginElement.tabIndex is 0 | 20 PASS "noPluginEmbedElemWithContenteditable"; pluginElement.tabIndex is 0 |
21 PASS "noPluginObjectElemWithContenteditable"; pluginElement.tabIndex is -1 | 21 PASS "noPluginObjectElemWithContenteditable"; pluginElement.tabIndex is -1 |
22 PASS successfullyParsed is true | 22 PASS successfullyParsed is true |
23 | 23 |
24 TEST COMPLETE | 24 TEST COMPLETE |
25 Fallback contents. Fallback contents. Fallback contents. | 25 Fallback contents. Fallback contents. Fallback contents. |
OLD | NEW |