Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: LayoutTests/plugins/focus-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698