Index: LayoutTests/plugins/focus-expected.txt |
diff --git a/LayoutTests/plugins/focus-expected.txt b/LayoutTests/plugins/focus-expected.txt |
index 3c350241b8d7803d4b4b94538f6a5ca46d1bd392..a3cfa5a9652bafde36051d31a1934041b8202ba7 100644 |
--- a/LayoutTests/plugins/focus-expected.txt |
+++ b/LayoutTests/plugins/focus-expected.txt |
@@ -3,9 +3,6 @@ Test for Embed and Object for bug 32292: Unable to focus on embedded plugins suc |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
PASS "embedElem"; document.activeElement === pluginElement is true |
PASS "objectElem"; document.activeElement === pluginElement is true |
PASS "embedElemWithFallbackContents"; document.activeElement === pluginElement is true |
@@ -18,6 +15,9 @@ PASS "noPluginEmbedElemWithTabindex"; document.activeElement === pluginElement i |
PASS "noPluginObjectElemWithTabindex"; document.activeElement === pluginElement is true |
PASS "noPluginEmbedElemWithContenteditable"; document.activeElement === pluginElement is true |
PASS "noPluginObjectElemWithContenteditable"; document.activeElement === pluginElement is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Test for bug 32292: "Unable to focus on embedded plugins such as Flash via javascript focus()" |
This tests focusing Embeds and Objects. See LayoutTests/java for Applet elements. |