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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/tabindex-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 the tabIndex of embedded plugins. Plugins may be focusable so their tab Index should be 0 by default. 5 Test for the tabIndex of embedded plugins. Plugins may be focusable so their tab Index should be 0 by default.
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"; pluginElement.tabIndex is 0 10 PASS "embedElem"; pluginElement.tabIndex is 0
11 PASS "objectElem"; pluginElement.tabIndex is 1 11 PASS "objectElem"; pluginElement.tabIndex is 1
12 PASS "embedElemWithFallbackContents"; pluginElement.tabIndex is -1 12 PASS "embedElemWithFallbackContents"; pluginElement.tabIndex is -1
13 PASS "objectElemWithFallbackContents"; pluginElement.tabIndex is 0 13 PASS "objectElemWithFallbackContents"; pluginElement.tabIndex is 0
14 PASS "noPluginEmbedElem"; pluginElement.tabIndex is 1 14 PASS "noPluginEmbedElem"; pluginElement.tabIndex is 1
15 PASS "noPluginObjectElem"; pluginElement.tabIndex is 0 15 PASS "noPluginObjectElem"; pluginElement.tabIndex is 0
16 PASS "noPluginEmbedElemWithFallbackContents"; pluginElement.tabIndex is 0 16 PASS "noPluginEmbedElemWithFallbackContents"; pluginElement.tabIndex is 0
17 PASS "noPluginObjectElemWithFallbackContents"; pluginElement.tabIndex is 0 17 PASS "noPluginObjectElemWithFallbackContents"; pluginElement.tabIndex is 0
18 PASS "noPluginEmbedElemWithDisplayNone"; pluginElement.tabIndex is -1 18 PASS "noPluginEmbedElemWithDisplayNone"; pluginElement.tabIndex is -1
19 PASS "noPluginObjectElemWithDisplayNone"; pluginElement.tabIndex is 0 19 PASS "noPluginObjectElemWithDisplayNone"; pluginElement.tabIndex is 0
20 PASS "noPluginEmbedElemWithContenteditable"; pluginElement.tabIndex is 0 20 PASS "noPluginEmbedElemWithContenteditable"; pluginElement.tabIndex is 0
21 PASS "noPluginObjectElemWithContenteditable"; pluginElement.tabIndex is -1 21 PASS "noPluginObjectElemWithContenteditable"; pluginElement.tabIndex is -1
22 PASS successfullyParsed is true 22 PASS successfullyParsed is true
23 23
24 TEST COMPLETE 24 TEST COMPLETE
25 Fallback contents. Fallback contents. Fallback contents. 25 Fallback contents. Fallback contents. Fallback contents.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698