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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/focus-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: Blink Test Plugin: initializing 1 CONSOLE MESSAGE: Blink Test Plugin: initializing
2 CONSOLE MESSAGE: Blink Test Plugin: initializing 2 CONSOLE MESSAGE: Blink Test Plugin: initializing
3 CONSOLE MESSAGE: Blink Test Plugin: initializing 3 CONSOLE MESSAGE: Blink Test Plugin: initializing
4 CONSOLE MESSAGE: Blink Test Plugin: initializing 4 CONSOLE MESSAGE: Blink Test Plugin: initializing
5 Test for Embed and Object for bug 32292: Unable to focus on embedded plugins suc h as Flash via javascript focus(). 5 Test for Embed and Object for bug 32292: Unable to focus on embedded plugins suc h as Flash via javascript focus().
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS "embedElem"; document.activeElement === pluginElement is true 10 PASS "embedElem"; document.activeElement === pluginElement is true
11 PASS "objectElem"; document.activeElement === pluginElement is true 11 PASS "objectElem"; document.activeElement === pluginElement is true
12 PASS "embedElemWithFallbackContents"; document.activeElement === pluginElement i s true 12 PASS "embedElemWithFallbackContents"; document.activeElement === pluginElement i s true
13 PASS "objectElemWithFallbackContents"; document.activeElement === pluginElement is true 13 PASS "objectElemWithFallbackContents"; document.activeElement === pluginElement is true
14 PASS "noPluginEmbedElem"; document.activeElement === pluginElement is false 14 PASS "noPluginEmbedElem"; document.activeElement === pluginElement is false
15 PASS "noPluginObjectElem"; document.activeElement === pluginElement is false 15 PASS "noPluginObjectElem"; document.activeElement === pluginElement is false
16 PASS "noPluginEmbedElemWithFallbackContents"; document.activeElement === pluginE lement is false 16 PASS "noPluginEmbedElemWithFallbackContents"; document.activeElement === pluginE lement is false
17 PASS "noPluginObjectElemWithFallbackContents"; document.activeElement === plugin Element is false 17 PASS "noPluginObjectElemWithFallbackContents"; document.activeElement === plugin Element is false
18 PASS "noPluginEmbedElemWithTabindex"; document.activeElement === pluginElement i s true 18 PASS "noPluginEmbedElemWithTabindex"; document.activeElement === pluginElement i s true
19 PASS "noPluginObjectElemWithTabindex"; document.activeElement === pluginElement is true 19 PASS "noPluginObjectElemWithTabindex"; document.activeElement === pluginElement is true
20 PASS "noPluginEmbedElemWithContenteditable"; document.activeElement === pluginEl ement is true 20 PASS "noPluginEmbedElemWithContenteditable"; document.activeElement === pluginEl ement is true
21 PASS "noPluginObjectElemWithContenteditable"; document.activeElement === pluginE lement is true 21 PASS "noPluginObjectElemWithContenteditable"; document.activeElement === pluginE lement is true
22 PASS successfullyParsed is true 22 PASS successfullyParsed is true
23 23
24 TEST COMPLETE 24 TEST COMPLETE
25 Test for bug 32292: "Unable to focus on embedded plugins such as Flash via javas cript focus()" 25 Test for bug 32292: "Unable to focus on embedded plugins such as Flash via javas cript focus()"
26 26
27 This tests focusing Embeds and Objects. See LayoutTests/java for Applet elements . 27 This tests focusing Embeds and Objects. See LayoutTests/java for Applet elements .
28 28
29 Fallback contents. Fallback contents. Fallback contents. 29 Fallback contents. Fallback contents. Fallback contents.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698