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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test for Embed and Object for bug 32292: Unable to focus on embedded plugins suc h as Flash via javascript focus(). 1 Test for Embed and Object for bug 32292: Unable to focus on embedded plugins suc h as Flash via javascript focus().
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 PASS "embedElem"; document.activeElement === pluginElement is true 6 PASS "embedElem"; document.activeElement === pluginElement is true
10 PASS "objectElem"; document.activeElement === pluginElement is true 7 PASS "objectElem"; document.activeElement === pluginElement is true
11 PASS "embedElemWithFallbackContents"; document.activeElement === pluginElement i s true 8 PASS "embedElemWithFallbackContents"; document.activeElement === pluginElement i s true
12 PASS "objectElemWithFallbackContents"; document.activeElement === pluginElement is true 9 PASS "objectElemWithFallbackContents"; document.activeElement === pluginElement is true
13 PASS "noPluginEmbedElem"; document.activeElement === pluginElement is false 10 PASS "noPluginEmbedElem"; document.activeElement === pluginElement is false
14 PASS "noPluginObjectElem"; document.activeElement === pluginElement is false 11 PASS "noPluginObjectElem"; document.activeElement === pluginElement is false
15 PASS "noPluginEmbedElemWithFallbackContents"; document.activeElement === pluginE lement is false 12 PASS "noPluginEmbedElemWithFallbackContents"; document.activeElement === pluginE lement is false
16 PASS "noPluginObjectElemWithFallbackContents"; document.activeElement === plugin Element is false 13 PASS "noPluginObjectElemWithFallbackContents"; document.activeElement === plugin Element is false
17 PASS "noPluginEmbedElemWithTabindex"; document.activeElement === pluginElement i s true 14 PASS "noPluginEmbedElemWithTabindex"; document.activeElement === pluginElement i s true
18 PASS "noPluginObjectElemWithTabindex"; document.activeElement === pluginElement is true 15 PASS "noPluginObjectElemWithTabindex"; document.activeElement === pluginElement is true
19 PASS "noPluginEmbedElemWithContenteditable"; document.activeElement === pluginEl ement is true 16 PASS "noPluginEmbedElemWithContenteditable"; document.activeElement === pluginEl ement is true
20 PASS "noPluginObjectElemWithContenteditable"; document.activeElement === pluginE lement is true 17 PASS "noPluginObjectElemWithContenteditable"; document.activeElement === pluginE lement is true
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21 Test for bug 32292: "Unable to focus on embedded plugins such as Flash via javas cript focus()" 21 Test for bug 32292: "Unable to focus on embedded plugins such as Flash via javas cript focus()"
22 22
23 This tests focusing Embeds and Objects. See LayoutTests/java for Applet elements . 23 This tests focusing Embeds and Objects. See LayoutTests/java for Applet elements .
24 24
25 Fallback contents. Fallback contents. Fallback contents. 25 Fallback contents. Fallback contents. Fallback contents.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698