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

Unified Diff: LayoutTests/fast/plugins/plugin-placeholder-focus-expected.txt

Issue 717193003: HTMLPlugInElement: Use custom focus logic only when there is a plugin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/plugins/plugin-placeholder-focus.html ('k') | Source/core/html/HTMLPlugInElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/plugins/plugin-placeholder-focus-expected.txt
diff --git a/LayoutTests/fast/plugins/plugin-placeholder-focus-expected.txt b/LayoutTests/fast/plugins/plugin-placeholder-focus-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..edb8a5ed894423a5ae294aa0f2e4fff59ce0aae9
--- /dev/null
+++ b/LayoutTests/fast/plugins/plugin-placeholder-focus-expected.txt
@@ -0,0 +1,14 @@
+Ensures that elements within a plugin placeholder can be keyboard focused.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS document.activeElement is input1
+PASS shadowRoot1.activeElement is null
+PASS document.activeElement is plugin1
+PASS shadowRoot1.activeElement is non-null.
+PASS document.activeElement is input1
+PASS shadowRoot1.activeElement is null
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/plugins/plugin-placeholder-focus.html ('k') | Source/core/html/HTMLPlugInElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698