commit-queue@webkit.org | fefc6dd | 2013-04-03 22:35:36 +0000 | [diff] [blame] | 1 | Test for Embed and Object for bug 32292: Unable to focus on embedded plugins such as Flash via javascript focus(). |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
| 6 | PASS successfullyParsed is true |
| 7 | |
| 8 | TEST COMPLETE |
| 9 | PASS "embedElem"; document.activeElement === pluginElement is true |
| 10 | PASS "objectElem"; document.activeElement === pluginElement is true |
| 11 | PASS "embedElemWithFallbackContents"; document.activeElement === pluginElement is true |
| 12 | PASS "objectElemWithFallbackContents"; document.activeElement === pluginElement is true |
| 13 | PASS "noPluginEmbedElem"; document.activeElement === pluginElement is false |
| 14 | PASS "noPluginObjectElem"; document.activeElement === pluginElement is false |
| 15 | PASS "noPluginEmbedElemWithFallbackContents"; document.activeElement === pluginElement is false |
| 16 | PASS "noPluginObjectElemWithFallbackContents"; document.activeElement === pluginElement is false |
| 17 | PASS "noPluginEmbedElemWithTabindex"; document.activeElement === pluginElement is true |
| 18 | PASS "noPluginObjectElemWithTabindex"; document.activeElement === pluginElement is true |
| 19 | PASS "noPluginEmbedElemWithContenteditable"; document.activeElement === pluginElement is true |
| 20 | PASS "noPluginObjectElemWithContenteditable"; document.activeElement === pluginElement is true |
| 21 | fast/events/tabindex-focus-blur-all.html |
| 22 | Test for bug 32292: "Unable to focus on embedded plugins such as Flash via javascript focus()" |
| 23 | |
| 24 | This tests focusing Embeds and Objects. See LayoutTests/java for Applet elements. |
| 25 | |
| 26 | Fallback contents. Fallback contents. Fallback contents. |