1 Test for the tabIndex of embedded plugins. Plugins may be focusable so their tabIndex should be 0 by default.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS "embedElem"; pluginElement.tabIndex is 0
7 PASS "objectElem"; pluginElement.tabIndex is 1
8 PASS "embedElemWithFallbackContents"; pluginElement.tabIndex is -1
9 PASS "objectElemWithFallbackContents"; pluginElement.tabIndex is 0
10 PASS "noPluginEmbedElem"; pluginElement.tabIndex is 1
11 PASS "noPluginObjectElem"; pluginElement.tabIndex is 0
12 PASS "noPluginEmbedElemWithFallbackContents"; pluginElement.tabIndex is 0
13 PASS "noPluginObjectElemWithFallbackContents"; pluginElement.tabIndex is 0
14 PASS "noPluginEmbedElemWithDisplayNone"; pluginElement.tabIndex is -1
15 PASS "noPluginObjectElemWithDisplayNone"; pluginElement.tabIndex is 0
16 PASS "noPluginEmbedElemWithContenteditable"; pluginElement.tabIndex is 0
17 PASS "noPluginObjectElemWithContenteditable"; pluginElement.tabIndex is -1
18 PASS successfullyParsed is true
21 Fallback contents. Fallback contents. Fallback contents.